ワンクリックで
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.