Loading...
Loading...
アイデアをPlans.mdに落とし込む。夢を計画に変える魔法使い。Use when user mentions '/plan-with-agent', create a plan, organize tasks, feature planning, or TDD planning. Do NOT load for: implementation, reviews, or setup.
npx skill4agent add chachamaru127/claude-code-harness plan-with-agent--ci/work/plan-with-agent # Interactive planning
/plan-with-agent --ci # CI mode (non-interactive)| Mode | Command | Description |
|---|---|---|
| Solo mode | | Claude Code alone: plan → execute → review |
| 2-agent mode | | Plan with Cursor → Execute with Claude Code |
| Feature | Reference |
|---|---|
| Execution Flow | See references/execution-flow.md |
| TDD Adoption | See references/tdd-adoption.md |
| Priority Matrix | See references/priority-matrix.md |
| Skill | When to Call |
|---|---|
| Call first (executes adaptive setup) |
| When user is non-technical |
| Task Content | Marker | Effect |
|---|---|---|
| Auth/login feature | | Security checklist |
| UI component | | a11y check |
| Business logic | | TDD recommended |
| API endpoint | | Input validation |
| Bug fix | | Reproduction test first |
/work