foundry-implement
Installation
SKILL.md
SDD-Implement: Concise Playbook
Overview
- Purpose: Task execution workflow - select tasks, plan implementation, and track progress within an active spec.
- Scope: Single-task execution with user approval at key checkpoints.
- Entry: Invoked via skill system after spec has been identified.
Flow
[x?]=decision ·(GATE)=user approval ·→=sequence ·↻=loop ·§=section ref
- **Entry** → LoadConfig → `environment action="get-config" sections=["autonomy","git"]` → Merge config
- [unattended?] → Skip user gates
- Task selection → [selection mode?]
- [interactive?] → SelectTask
- [recommend?] → `task action="prepare"` → ShowRecommendation
- [browse?] → `task action="query"` → (GATE: task selection)
Related skills
More from tylerburleigh/claude-foundry
foundry-spec
>-
12foundry-review
Review implementation fidelity against specifications by comparing actual code to spec requirements. Identifies deviations, assesses impact, and generates compliance reports for tasks, phases, or entire specs.
11foundry-setup
First-time setup for the foundry plugin (plugin:foundry@claude-foundry)
11foundry-research
>-
10foundry-note
Fast-capture intake queue for ideas and follow-up tasks. Add items quickly, list pending items, or dismiss resolved ones.
2foundry-test
Systematic test debugging with 5-phase investigation workflow. Use when debugging test failures, investigating complex errors, or when AI consultation would help. Uses native test commands with optional AI consultation for complex failures.
1