implement - build the approved spec
SkillDev toolsStart coding or resume the approved current feature, fix, or rollback on its branch, testing each step and presenting review. Use for /implement or building current-feature.md.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the implement - build the approved spec skill
What this skill tells your AI
The instructions your AI receives, as published by aiblueprinthq/ai-blueprint in .agents/skills/implement/SKILL.md and read by ahel’s review.
Context reuse: Reuse any required file already loaded in project instructions or the current session. Read it again only if absent, changed, or exact current bytes or line references are needed.
The approved blueprint/context/current-feature.md is the authoritative feature
packet. Implement it and stop before the work-level commit or merge.
Start
First action: Before project inspection, preflight, or any other tool call,
publish the implement activity as running when blueprint/.state/ exists.
Combine it with the first preflight tool batch when supported.
In one preflight batch, read:
blueprint/config.jsonblueprint/context/current-feature.md- the current branch, status, and recent relevant log
- the Commands section already loaded from
AGENTS.md
Stop for /doctor on invalid config. Stop for /feature, /fix, or /rollback
when the active spec is empty. Preserve unrelated worktree changes.
Do not reread the full project overview, coding standards, interaction guide, history, findings, or review ledger before coding. The approved spec already contains the product contract and applicable conventions. Read one targeted section only when the spec explicitly depends on a missing detail. Read findings and review state once at the final handoff.
Inspect the implementation surface in one targeted, batched read before editing. Use one additional read batch only when an exact dependency remains unknown and blocks the next change. Do not list or survey the repository, inspect unrelated examples, or run scratch environment probes. Follow the declared runtime and existing target-area patterns, then let the narrow check expose incompatibilities.
Resolve the work branch before editing. Use the exact **Branch:** value in the
spec when present. For an older spec without it, combine the configured prefix
for its type with the work title: lowercase ASCII letters and digits, replace
each run of other characters with one hyphen, and trim edge hyphens. Feature
titles come from the named build-plan item; fix and rollback titles come from
their spec heading or target. Stop if the type or title is ambiguous. Create or
switch to that exact branch and never implement on the default branch. On
resume, start at the first unchecked build step and use git status plus the
checked boxes to distinguish finished work from unfinished work.
If the spec says Type: Rollback, read and follow
reference/rollback-implementation.md before changing product files. Do not load
that reference for a feature or fix.
Build loop
Follow build steps in order. Build only what the spec says. If a step requires an unresolved product decision, unsafe action, missing prerequisite, or material scope expansion, stop and revise the spec instead of improvising.
For each step:
- Make the smallest coherent change that satisfies its
Done when. - Add focused tests with logic when a test runner is configured. Never install a runner or runtime dependency unless the spec authorizes it.
- Run the narrowest useful check while iterating. Do not run the full Verify
command after every step when
workflow.stepReviewisfeature; run it once after all steps. Run Verify earlier only when the step explicitly requires it or later work cannot proceed without it. - Self-review the diff for contract coverage, authorization and tenant scope, error handling, accidental scope, and unrelated changes.
- Check the step box only after its code and focused check pass. Mark a repaired
finding
fixed, neverclosed.
With verification.logicTests: required, any logic-bearing step stops and
points to /tests when no test runner is configured. Its focused logic tests
must pass before the step can be checked. With verification.uiEvidence: required, a UI done-when cannot pass on build output alone. Capture the
configured browser evidence, or stop and ask the user to start the required
server when live evidence cannot run automatically.
With workflow.stepReview: feature, continue through passing steps and present
one final review packet. With workflow.stepReview: every, stop after each step
with the diff, a short explanation, evidence, and a manual try path when one
exists. Continue only after approval.
Checkpoint commits are offered only when workflow.checkpointCommits is
enabled and the current review gate was approved. Never commit without current
approval. /complete owns the final work-level commit and merge.
Do not create a separate tool round merely to narrate a passing internal step. Keep the durable checkbox current and continue. Split a step when its diff is too large to review.
Before final verification, compare every In scope item and Done when against
the finished diff. For user-facing work, inspect the reachability and error
classification of each required state. Catch only known expected errors at a
boundary; unexpected failures must reach the unexpected-error path. Fix any
missing or contradicted contract before marking the spec verified.
Verification
After all steps pass, run the project's final automated gate once. If
AGENTS.md declares a Verify command, run that exact command. Otherwise run
the fallback build and tests that are actually declared. Never claim a check
passed without its output.
Apply configured regular gates:
- Audit and independent review follow
qualityGates.regular. - Check runs for
always, for behavioral work underwhen-behavioral, or when explicitly requested. - Try guide runs for
always, for user-facing work underwhen-user-facing, or when explicitly requested.
Do not start a dev server. When a required runtime check needs one, ask the user to start it. Build output does not prove visual, persisted-data, authenticated, or end-to-end behavior.
If Verify or a required gate fails, repair only in-scope defects, rerun the narrow failing check, then rerun the final gate. Stop on repeated failure, missing infrastructure, or a product decision.
Final handoff
Read blueprint/context/findings.md and blueprint/context/review.md once.
Open or fixed P0/P1 findings block /complete. Repair an open blocker as a new
spec checklist step, mark it fixed after its check passes, then send it back to
/audit for closure. Only the user can accept a finding.
When all steps and required gates pass:
- Set the active spec status to
verifiedand keep all completed boxes checked. - Update activity to
readywith/completeas the resume command. - Present the branch, changes grouped by area, exact checks run, how to try it,
findings and independent-review state, known risks, configured gate outcomes,
and
/completeas the next action.
After the final packet, always offer these choices:
- Walk me through the implementation.
- Request changes.
- Continue to the exact next workflow command.
The final walkthrough is available with either workflow.stepReview value and
regardless of workflow.checkpointCommits. It is a read-only code tour, not the
manual product-review path produced by /try, and it is not verification.
When the user chooses the walkthrough, begin with a short map of the completed feature, then follow the spec's build steps. For each step, explain its purpose, key files and symbols, important data or control flow, and non-obvious decisions. Use file and line links when the client supports them. Do not narrate every line or reload broad project context. End by offering a focused deep dive into one named area. If the feature spans too many distinct areas for one useful pass, name the sections first and let the user choose where to begin. Remain read-only unless the user separately requests changes.
Never commit, merge, push, deploy, publish, or start unrelated work from this skill.
Signals
- GitHub stars
- 395
- Forks
- 102
- Last commit
- Sep 2026
- Hacker News mentions
- 20
Advanced
- Catalog kind
- skill
- Gateway key
implement-aiblueprinthq- Source
- github.com/aiblueprinthq/ai-blueprint