agentsclimarketplace

Implement

Skill MakFly/ai-dev-kit/.claude/skills/implement

Spec-Driven Agentic OS for Claude Code + OpenAI Codex CLI. Native skills, subagents, hooks, and an adversarial codex review loop. Inspired by github/spec-kit, built on Claude Code primitives. No daemon, no vendor lock-in.

Install
npx -y skills add MakFly/ai-dev-kit --skill implement

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Use PROACTIVELY when the user invokes /implement <slug> or asks "now build it / run the tasks / execute the plan". Runs the `implementer` subagent in a forked context which walks specs/<slug>/tasks.md and writes src/** + tests/** one task at a time, one commit per task.

SKILL.md

1.9 KB, as published. Nobody here has run it

/implement

Execute specs/<slug>/tasks.md task-by-task via the implementer subagent.

Procedure

  1. Read tasks. Parse tasks.md. Identify the next un-[x] task respecting dependencies.
  2. Pre-flight.
    • Verify spec.md Status: locked (or clarified at minimum).
    • Verify plan.md Status: reviewed or locked.
    • Verify clean working tree: git status -s must be empty.
  3. Delegate per task. Invoke implementer for ONE task. Wait for it to mark [x] and commit. Then next.
  4. Stream progress. After each task, print to chat: task ID, files changed, test command result.
  5. Stop conditions.
    • All tasks [x]: print "✓ all tasks complete", suggest /review <slug>.
    • Implementer fails: print failure detail, do NOT auto-skip — ask user.
    • User interrupts: clean state, leave tasks.md in current state.

Flags

  • --from T<N> : resume from task N, skip already-[x] tasks before.
  • --only T<N>,T<M> : run only listed tasks (and verify their dependencies are [x]).

Doctrine

  • One task, one commit, one verify. No batching.
  • Hook will block edits without spec. That's by design (cf rules/spec-before-code.md).
  • No "while I'm here". Drift from the task scope is forbidden — the rule kicks in.

Pipeline position

... → /tasks → /implement [YOU] → /review

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.