원클릭으로
status
Show a dashboard of project status — features complete, in-progress, blocked, with recent activity from the progress log.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Show a dashboard of project status — features complete, in-progress, blocked, with recent activity from the progress log.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Run a goal-bounded autonomous loop over the harness — select, build, verify, and commit features one at a time with a maker/checker split, an explicit stop-contract, and a per-run token/commit budget. Best run in the orchestrator agent.
Sync FEATURES.json and PLAN.md after architecture or scope changes mid-project. Preserves completed feature status while updating not-started features to align with the latest ARCHITECTURE.md and PLAN.md.
Initialize a new harness-managed solution project from a brief idea. Use when starting a brand new project. Creates docs/IDEA.md, docs/PLAN.md, docs/FEATURES.json, docs/ARCHITECTURE.md, docs/PROGRESS.md, AGENTS.md, and .github/copilot-instructions.md.
Design a feature before building it — research latest patterns, evaluate approaches, design APIs/data models/UI, and produce a technical design document. Use after /add-features and before the builder starts implementing.
Provide feedback on a design document and request changes. Use after /design-feature to iterate on the technical design before implementation begins. Supports multiple rounds of review.
Plan new features to add to an existing onboarded project. Analyzes impact on existing modules, designs features that fit the current architecture, and ensures backward compatibility.
| name | status |
| description | Show a dashboard of project status — features complete, in-progress, blocked, with recent activity from the progress log. |
Read docs/FEATURES.json and docs/PROGRESS.md and display:
╔══════════════════════════════════════════╗
║ SOLUTION STATUS DASHBOARD ║
╠══════════════════════════════════════════╣
║ Total Features: NN ║
║ ✅ Complete: NN ║
║ 🔨 In Progress: NN ║
║ 🔄 Needs Rework: NN ║
║ 🚫 Blocked: NN ║
║ ⬜ Not Started: NN ║
║ Progress: NN% ║
╚══════════════════════════════════════════╝
Then list each feature: | ID | Name | Priority | Status |
Then show the last 3 entries from PROGRESS.md.
Recommend what to do next.