ah-implement-tasks

Installation
SKILL.md

Implement Tasks

Execute the implementation plan from tasks.md with full orchestration: pre-validation, tech-stack-aware best-practice context loading, external documentation and source gathering, subagent-driven implementation with commits after each pass, automatic retry, and progress tracking.

Configuration

  • Subagent defaults: Opus with ultrathink effort for all subagents except committer (Sonnet).
  • Committer protocol: After each implementation pass that produces changes, spawn subagent committer (Sonnet) to run /commit. If a pass produced no file changes, skip the commit.
  • Fresh diff rule: Each implementation subagent computes git diff "${MERGE_BASE}" before starting, so it always sees the latest state including commits from previous passes.

External Tools

The following external tools are available to the orchestrator and implementer subagents. Use them when the situation calls for it -- they are not mandatory for every run.

Tool What It Does When to Use
context7 MCP Fetches current, version-specific library documentation During context loading (step 2) and inside implementer subagents when encountering unfamiliar or recently-changed APIs
grep MCP Searches across 1M+ public GitHub repos for code patterns Inside implementer subagents when needing real-world usage examples, implementation patterns, or solutions to tricky problems
/chrome-devtools-cli skill Browser automation: screenshots, DOM inspection, Lighthouse audits Inside implementer subagents for visual verification of UI implementations (frontend tasks only)
Related skills

More from arinhubcom/arinhub-dev-skills

Installs
3
First Seen
Mar 27, 2026