implement

Installation
SKILL.md

Implement

User Input

PHASE_OR_TASK = $ARGUMENT

Accept and use user input (ARGUMENT). Valid formats:

  • A phase name (e.g., "Phase 1", "US1", "Phase 3")
  • A specific task ID (e.g., "T001", "T017-T028")
  • A task range (e.g., "T001-T009")

Context Loading

  1. Identify the current feature ID from the git branch (e.g., feature/001-mcp-integration001-mcp-integration)
  2. Find the feature folder: check backlog/plans/{feature-id}/ first, then backlog/plans/_completed/{feature-id}/
  3. Read {feature-path}/tasks.md to get task list
  4. Read specs/tests/{feature-id}.md if it exists

Phase Execution

Related skills
Installs
1
First Seen
Mar 29, 2026