implement

Solid

Implement one approved milestone or isolated implementation request with tests or proof first, then hand it to code-review with validation evidence. Use when requirements, scope, and validation commands are clear enough to code. Use bugfix for defect reproduction/fix loops, code-review to review implementation, verify for final readiness, and pr for PR handoff.

Code & Development 3 stars 0 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 82/100

Stars 20%
20
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Test-driven implementation Implement the smallest scope-complete approved slice with tests or proof first. Do not expand scope, silently alter the contract, or claim success without direct evidence. ## Workflow role - role_name: implement - stage: execution - upstream: approved spec, active plan, active test spec plus recorded, approved, current test-spec-review evidence when required, accepted review-resolution finding, bugfix request, or isolated implementation request with clear scope - downstream: code-review - summary: Implement one scope-complete slice, record validation evidence, and hand it to code-review. - must_not_claim: review passed, clean review, branch readiness, PR readiness, final verification, final closeout readiness, or derived artifact currency without owning proof. For planned initiatives, treat the plan and upstream artifacts as read-only. Write implementation, tests, and implementation evidence only; workflow owns milestone and routing state. ## Quick operating guide Use this skill to: - implement one approved milestone or isolated request with proof first. Read first: - change-local state when planned; - the current milestone, governing spec, active test spec, recorded review evidence, relevant code/tests, and validation commands. Produce: - tests or proof, implementation, validation evidence, and a code-review handoff. Stop when: - authority, scope, proof, or validation is missing, contradictory, stale, or failing. Do not claim: - review,...

Details

Author
xiongxianfei
Repository
xiongxianfei/rigorloop
Created
4 months ago
Last Updated
yesterday
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

Code & Development Solid

code-review

Review an implementation slice against the actual diff, governing artifacts, tests, and validation evidence, then record findings or a clean first-pass review. Use after implement hands off a milestone or when implementation review is requested. Use plan-review, spec-review, architecture-review, verify, or pr for those gates instead.

3 Updated yesterday
xiongxianfei
Code & Development Listed

implement

Executes reviewed Slice-first planned-feature packages for approved changes. Use when asked to implement, execute, build, or continue an approved planned-feature package workflow. Do not use for plan authoring, plan review, ordinary PR review, audit, or dashboard status.

0 Updated 2 days ago
leninkhaidem
Code & Development Solid

implement-approved-slice

Implement only the approved slice with minimal, explicit, review-friendly changes, then persist execution evidence in slice notes and TASK_STATE.md. The single official execution path of the workflow. Supports an opt-in test-first (TDD) mode, enabled per slice or via --tdd, that writes the failing test before the code (ADR-0063). Use when the task has a valid IMPLEMENTATION_PLAN.md, the current slice is explicitly defined and approved, correctness-critical ambiguity is already resolved, and the files in scope are known well enough to edit safely. Do not use when the task is still in discovery or contract refinement or planning, when unresolved ambiguity still affects correctness, when the slice boundary is still unclear, when the next step is only to sync task memory or close the slice (use sync-task-state or slice-closure), or when the remaining work is a narrow micro-delta anchored to an already-executed slice with the same intent (use implement-slice-complement).

6 Updated 5 days ago
Mozurok