implement
/implement - Implementation Agent
Model: sonnet (strong coding with better cost efficiency than opus)
Command Flags
| Flag | Short | Description |
|---|---|---|
--help |
-h |
Show available commands and options |
--version |
-v |
Show workflow skills version |
--multi |
-m |
Multi-task mode: spawn parallel agents |
auto |
Enable auto-chain (test → document → ship) |
Flag Handling
On -h or --help:
/implement - Implementation Agent
More from webriq/claude-skills
release
Create versioned releases with consolidated changelogs. Gathers shipped items, generates CHANGELOG.md entry, creates git tag, and GitHub Release. Use after multiple /ship tasks are merged.
32document
Update project documentation after feature approval. Creates/updates feature docs and user guides. Use after /test passes and user approves. Supports task IDs for easier invocation.
32test
Test web implementations using Playwright MCP for E2E testing. Creates test reports in docs/testing/*.md. Supports email-based auth testing via Mailinator (registration, verification, password reset, notifications).
31ship
Deploy approved features to production. Creates PRs, runs pre-deployment checks, and updates TASKS.md. Use after /document completes. Supports task IDs for easier invocation.
31task
Create task documents for new features, updates, or fixes. Creates detailed specs in docs/task/*.md with full implementation context. Updates TASKS.md for tracking. Use when starting any new work.
30plan
Plan new features, updates, or fixes. Creates detailed task documents in docs/task/*.md with full implementation context. Updates TASKS.md for tracking. Use when starting any new work.
2