Implement Feature.Prompt — Development skill for Claude Code
Implement a complete feature end-to-end with TDD, parallel execution, and quality gates.
How to install Implement Feature.Prompt
Installs to ~/.claude/skills/ils15-pantheon-legacy-implement-feature.prompt/SKILL.md
mkdir -p ~/.claude/skills/ils15-pantheon-legacy-implement-feature.prompt && curl -fsSL https://raw.githubusercontent.com/ils15/pantheon-legacy/HEAD/prompts/implement-feature.prompt.md -o ~/.claude/skills/ils15-pantheon-legacy-implement-feature.prompt/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Implement Feature.Prompt does
name: implement-feature description: "Implement a complete feature end-to-end with TDD, parallel execution, and quality gates" agent: zeus tools: ['search', 'usages', 'edit', 'runCommands', 'runTasks']
Implement Feature with TDD (Zeus Orchestration)
See `prompts/orchestrate-with-zeus.prompt.md` for the full master orchestration workflow.
Quick Reference (5 Phases)
Phase 1 — Planning
Delegate to @athena: research architecture, create TDD plan (3-10 phases), analyze risks.
Alternatives in Development
- Flow Parallel — Decompose and execute large changes, migrations, or multi-issue fixes in parallel with quality gates 2.8k ★
- Hippo Feature — Build one hippo feature from RESEARCH.md using the micro-eval TDD loop 734 ★
- Feature TDD Implementation — 652 ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
End
Complete the current development session with quality gates and summary
Dashclaw Quality
Recurring find-and-fix quality pass over the whole DashClaw app — browser smoke (frontend-verify) + code gates
Develop Staged TDD
Orchestrate multi-agent staged development with TDD and quality gates
Mega Approve
Approve the mega-plan and start feature execution. Creates worktrees and generates PRDs for each feature. Usag
Pi
PI Wisdom-in-Action Engine v23 — top mandates, scene router, delivery quality gates, anti-patterns, battle mom
Glass Atrium Ops Orchestrator
Orchestrator-specific rules — delegation enforcement · team composition · delegation communication · Wave Exec
Related Agents
Coder
Implementation agent using TDD + Ralph Loop for feature development. Use proactively for implementation tasks
Sdlc Orchestrator
Autonomous SDLC orchestrator. Research → Architecture → Plan → Implement → Parallel Expert Review → Documentat
Implement Queue Worker
Implements a single GitHub issue in an isolated worktree via TDD. Installs deps, writes a failing test first,