Implement
SkillDev toolsTDD implementation (RED→GREEN→REFACTOR) → verify → review
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 skill
What this skill tells your AI
The instructions your AI receives, as published by mag123c/toktrack in .claude/skills/implement/SKILL.md and read by ahel’s review.
Flow
Analysis → Gate pre-run → TDD(RED→GREEN→REFACTOR) → /verify → /review → /wrap
Execution
-
Analysis: Review plan, identify affected modules
-
Gate pre-run (MUST — before coding) Run the PLAN's
[unverified-gate: probe=…]/ Phase 0 probes before RED. Fail → halt + report (don't build on a falsified assumption). Map Acceptance/DoD → RED tests; mark unverifiable as[unverified-gate]to carry to verify/wrap. Detail →references/gates.md(tag vocab:../clarify/references/provenance.md).Rust-specific probes:
cargo check— whether it compilescargo test -- --list— verify test targets existmake check— unified fmt + clippy + test gate
-
TDD Cycle:
- RED: Write failing test first
- GREEN: Minimal code to pass
- REFACTOR: Clean up (keep tests passing)
-
Auto-call
/verify: On implementation complete -
Auto-call
/review: On verify pass -
Auto-call
/wrap: On review PASS
Commands
cargo test
cargo clippy -- -D warnings
cargo fmt --check
Rules
- No implementation without test
- On verify fail → fix and retry
- On review FAIL → fix and retry
- Complete full chain without stopping
Signals
- GitHub stars
- 189
- Forks
- 20
- Last commit
- Sep 2026
- Hacker News mentions
- 20
Advanced
- Catalog kind
- skill
- Gateway key
implement-mag123c- Source
- github.com/mag123c/toktrack