Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Explore codebase and create spec + phased implementation plan with file-level task breakdown. Use when user says "plan this feature", "create implementation...
Explore codebase and create spec + phased implementation plan with file-level task breakdown. Use when user says "plan this feature", "create implementation...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
This skill is self-contained โ follow the steps below instead of delegating to external planning skills (superpowers, etc.). Research the codebase and create a spec + phased implementation plan. Zero interactive questions โ explores the code instead.
Creates a track for any feature, bug fix, or refactor with a concrete, file-level implementation plan. Works with or without /setup.
session_search(query) โ find similar past work in Claude Code chat history project_code_search(query, project) โ find reusable code across projects codegraph_query(query) โ check dependencies of affected files codegraph_explain(project) โ architecture overview: stack, languages, directory layers, key patterns, top dependencies, hub files kb_search(query) โ search knowledge base for relevant methodology If MCP tools are not available, fall back to Glob + Grep + Read.
Track created: {trackId} Type: {Feature|Bug|Refactor|Chore} Phases: {N} Tasks: {N} Spec: $PLAN_ROOT/spec.md Plan: $PLAN_ROOT/plan.md Research findings: - {key finding 1} - {key finding 2} - {reusable code found, if any} Next: /build {trackId}
These thoughts mean STOP โ you're skipping research: ThoughtReality"I know this codebase"You know what you've seen. Search for what you haven't."The plan is obvious"Obvious plans miss edge cases. Research first."Let me just start coding"10 minutes of research prevents 2 hours of rework."This is a small feature"Small features touch many files. Map the blast radius."I'll figure it out as I go"That's not a plan. Write the file paths first."70 tasks should cover it"5-15 tasks. If you need more, split into tracks.
Plan format must match what /build parses: ## Phase N:, - [ ] Task N.Y:. /build reads docs/workflow.md for TDD policy and commit strategy (if exists). If docs/workflow.md missing, /build uses sensible defaults (moderate TDD, conventional commits).
Cause: Feature scope too broad or tasks not atomic enough. Fix: Target 5-15 tasks across 2-4 phases. Split large features into multiple tracks.
Cause: Directory has both code manifests and KB-style directories. Fix: Project context takes priority if package.json/pyproject.toml exists.
Cause: New project with minimal codebase or MCP tools unavailable. Fix: Skill falls back to Glob + Grep. For new projects, the plan will rely more on CLAUDE.md architecture and stack conventions.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.