ils15

Implement Feature.Prompt — Development skill for Claude Code

Development community

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

Terminal
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 Repository