GeiserX

Implement! — Development skill for Claude Code

Development community

Implement this feature using parallel execution.

How to install Implement!

Installs to ~/.claude/skills/geiserx-claude-code-parallel-skills-implement-/SKILL.md

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

  1. Analyze the feature. Identify 3-7 independent work streams (not more — coordination cost exceeds value past 7).
  2. 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 Repository