implement-plan

Installation
SKILL.md

Implement the given spec document. Work phase-by-phase, writing robust code that follows codebase patterns, and industry best practices and patterns.

Process

  1. Read the spec - Understand phases, success criteria, and scope boundaries
  2. Explore the codebase - Read files mentioned in the spec and related code
  3. Analyze patterns - Identify existing conventions, architecture, and idioms to follow
  4. Implement phase-by-phase - Complete each phase fully before proceeding
  5. Verify your work - Run make check after code changes (skip for docs-only)

Implementation Rules

  • Follow the plan - The spec is your contract; implement what's specified
  • Match codebase patterns - Use existing conventions, not new ones
  • Write robust code - Handle errors, edge cases, and failure modes
  • Be idiomatic - Use language best practices and established patterns
  • No shortcuts - Implement fully, don't stub or placeholder

Per-Phase Workflow

Related skills
Installs
15
GitHub Stars
1
First Seen
Jan 22, 2026