Implement! — Development skill for Claude Code
Implement this feature using parallel execution.
How to install Implement!
Installs to ~/.claude/skills/geiserx-claude-code-parallel-skills-implement-/SKILL.md
mkdir -p ~/.claude/skills/geiserx-claude-code-parallel-skills-implement- && curl -fsSL https://raw.githubusercontent.com/GeiserX/claude-code-parallel-skills/HEAD/skills/implement!.md -o ~/.claude/skills/geiserx-claude-code-parallel-skills-implement-/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Implement! does
Implement this feature using parallel execution. Decompose into independent units, define contracts, dispatch agents, integrate, verify.
$ARGUMENTS
Phase 1: Plan & Decompose (sequential, you do this)
- Analyze the feature. Identify 3-7 independent work streams (not more — coordination cost exceeds value past 7).
- Determine the split axis:
- Vertical slices (route + handler + DB + test per feature) — for independent features
- Horizontal layers (types → backend → front
Alternatives in Development
- Flow Parallel — Decompose and execute large changes, migrations, or multi-issue fixes in parallel with quality gates 2.8k ★
- /token Scan — Fast rug pull detection for meme coins and token contracts 1.7k ★
- Dashclaw Quality — Recurring find-and-fix quality pass over the whole DashClaw app — browser smoke (frontend-verify) + code gates 297 ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Implement Feature.Prompt
Implement a complete feature end-to-end with TDD, parallel execution, and quality gates
Research Wave
Research several subjects in parallel, then verify each result with an independent fact-checker before the cla
Factory Goal
Start an Agent Factory campaign from one prompt — decompose the objective into Linear units, spawn an agent te
Literature Sweep
Find, summarize, and verify N papers on a topic. Parallel-dispatch engine across @literature-curator instances
Decompose Wbs Epic
Decompose a WBS epic into smaller, independent, vertical user stories (INVEST), each written as a full 'As a r
Niteshift
Niteshift — independent third-party profile of a public API surface, by API Evangelist. Niteshift is the full-
Related Agents
Specflow Implementation Worker
Task execution specialist for flow.implement parallel batches. Use for independent [P] tasks with non-overlapp
Implement Coordinator
Coordinate parallel execution of independent plan tasks. For single tasks — implements directly with quality s
Coder
Implementation agent using TDD + Ralph Loop for feature development. Use proactively for implementation tasks