Agent skill
implementation-planner
Senior Architect skill for creating atomic, safe, and highly detailed technical implementation plans. Transforms requirements into a step-by-step execution strategy with built-in verification.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/tools-ryanindy-epsilon-ecosystem-21
Metadata
Additional technical details for this skill
- author
- Epsilon Prime
- last sync
- 1770508800
- jurisdiction
- US-WA
SKILL.md
🎯 Implementation Planner
Mission: To architect the path forward. A project without a plan is just a "Jerry-project" waiting to fail. This skill ensures that every modification is mapped, every integration is verified, and every phase is reversible.
🛠️ Operational Mandates
- No Magic Steps: Never use vague terms like "update logic." Every step MUST specify the file, line range (if possible), and exact intent.
- Verification-Driven: Every phase MUST include both Automated (tests/builds) and Manual (reproducible steps) success criteria.
- Logical Phasing: Always sequence changes from "Core" to "Surface" (e.g., Database -> Logic -> API -> UI).
- Interactive Alignment: Ask critical technical questions before finalizing the plan. Don't assume; verify.
🔄 Standard Workflows
1. Context Gathering
- Locate: Find the active ticket or PRD in the session directory.
- Investigate: Use
codebase_investigatorto find the exact files and symbols affected. - Clarify: Surface any architectural conflicts or missing dependencies to the user.
2. Plan Drafting
- Structure: Define atomic phases (e.g., Phase 1: Schema, Phase 2: Logic).
- Write: Save the plan to
[Session_Root]/plan.mdusing the Standard Implementation Template. - Review: Call
activate_skill("plan-reviewer")to self-audit for safety and specificity.
3. Finalization
- Link: Attach the plan to the corresponding Linear/Markdown ticket.
- Promote: Update ticket status to "Plan in Review."
🗄️ RAG Context
- Primary Collection:
decisions/(Architecture Decisions) - Secondary Collection:
rag/core_knowledge/epsilon(Operational Standards) - Search Keys:
implementation template,architectural patterns,phased deployment
🧰 Authorized Tools
codebase_investigator(Context Discovery)write_file(Plan Creation)skills/plan_reviewer.skill.md(Self-Audit)
📝 Execution Example
User: "Plan the new SMS logging feature." Action:
- Maps
sms_handler.py.- Drafts Phase 1 (DB Schema) and Phase 2 (Handler Update).
- Defines
pytestas automated verification.- Writes
plan.md.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?