Harness-engineering harness-roadmap
name: harness-roadmap
install
source · Clone the upstream repo
git clone https://github.com/Intense-Visions/harness-engineering
manifest:
agents/skills/claude-code/harness-roadmap/skill.yamlsource content
name: harness-roadmap version: "1.0.0" description: Create and manage a unified project roadmap from existing specs and plans stability: static cognitive_mode: constructive-architect triggers:
- manual platforms:
- claude-code
- gemini-cli
- cursor
- codex tools:
- Bash
- Read
- Write
- Edit
- Glob
- Grep
cli:
command: harness skill run harness-roadmap
args:
- name: command description: "Command: --create (bootstrap roadmap), --add <feature-name> (add feature), --sync (update statuses from execution state), --edit (interactive edit session), or no args (show summary)" required: false mcp: tool: run_skill input: skill: harness-roadmap type: rigid tier: 2 phases:
- name: scan description: Discover specs, plans, and existing roadmap state required: true
- name: propose description: Present discovered features and groupings for human approval required: true
- name: write description: Write or update docs/roadmap.md via manage_roadmap MCP tool or direct file write required: true
- name: validate description: Read back, verify round-trip, run harness validate required: true state: persistent: false depends_on: []