Plan implementations, design architectures, create technical roadmaps with detailed phases. Use for feature planning, system design, solution architecture, implementation strategy, phase documentation.
Create detailed technical implementation plans through research, codebase analysis, solution design, and comprehensive documentation.
Use this skill when:
Always honoring YAGNI, KISS, and DRY principles. Be honest, be brutal, straight to the point, and be concise.
Load: references/research-phase.md
Skip if: Provided with researcher reports
Load: references/codebase-understanding.md
Skip if: Provided with scout reports
Load: references/solution-design.md
Load: references/plan-organization.md
Load: references/output-standards.md
./docs/development-rules.md file.DO NOT create plans or reports in USER directory. ALWAYS create plans or reports in CURRENT WORKING PROJECT DIRECTORY.
Plan Directory Structure:
plans/{YYMMDD}-{HHMM}-{slug}/
├── research/
│ ├── researcher-XX-{topic}.md # ≤150 lines each
│ └── ...
├── reports/
│ ├── scout-{slug}.md
│ └── ...
├── plan.md # Overview (under 80 lines, YAML frontmatter)
├── phase-XX-{name}.md
└── ...
Prevents version proliferation by tracking current working plan within a session.
./plans/: Ask "Continue with existing plan? [Y/n]"plans/{YYMMDD}-{HHMM}-{slug}/ namingAll reports MUST follow the naming convention from ## Report Output Convention in project rules:
./plans/reports/{type}-{YYMMDD}-{HHMM}-{slug}.md{plan-dir}/reports/DO NOT create plans or reports in USER directory. ALWAYS create plans or reports in CURRENT WORKING PROJECT DIRECTORY.
Remember: Plan quality determines implementation success. Be comprehensive and consider all solution aspects.
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer