implement

A command for building software features from a PRD, or product requirements document. It separates design from coding and tracks work in a checklist file.

In plain words
What is it for?
Turning approved requirements into code, tracking implementation tasks, and coordinating feature work after PRD review.
Why use it?
It gives implementation work a defined plan and review point before code is written. It also adjusts the process to the size of the change, from a small fix to a new project.

Command

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add commands/wigtn/wigtn-plugins/implement
Clone the repo
git clone --depth 1 https://github.com/wigtn/wigtn-plugins
Per session 145 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 5,632 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00145 $0.05632
Opus 5 $0.00072 $0.02816
Sonnet 5 $0.00029 $0.01126
Haiku 4.5 $0.00015 $0.00563

Measured yesterday against content hash de49d10cd5d2, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

implement scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/wigtn-plugins/commands/implement.md · 319 lines

How it starts

The opening of the file, as written. The whole thing — 319 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Implement

PRD에 정의된 기능을 구현한다.

파이프라인: /prdprd-reviewer → (FE 있으면 /screen-spec) → /implement/auto-commit

핵심 원칙 — 설계-구현 분리: DESIGN → 사용자 확인(Y/n) → BUILD. 확인 없이 구현을 시작하지 않는다. 이것은 오버헤드가 아니라 안전장치다.

진행 원장 (ledger)

docs/todo_plan/PLAN_{feature}.md- [ ] 체크박스가 진행 상태의 정본이다. task 완료마다 [ ][x]로 갱신하고, Phase 완료 시 Progress 표와 Execution Log(시각은 YYYY-MM-DD HH:MM)를 기록한다.

서브에이전트에는 작업 추적 도구가 없다 (호출 시 not enabled in this context). 진행 추적은 반드시 파일 원장으로 한다 — .github/probes/HARNESS_FACTS.md P-1.

PLAN 파일이 없으면 PRD 기반으로 계획을 세우고, 구현 완료 후 PLAN 생성을 제안한다.

작업 규모 triage — 진입 시 최초 1회

작은 수정에 그린필드용 오케스트레이션(디깅·팀빌드·별도 verifier)을 태워 느려지고 비싸지는 것을 막는다.

분류 정의 신호
quick-fix 버그픽스·소규모 수정·문구/설정 변경. 단일 관심사, 새 아키텍처 결정 불요. "버그", "고쳐", "오타", "~만 바꿔", "롤백"; 예상 변경 ≤2 파일; 기존 코드 국소 수정
feature 기존 코드베이스에 기능 추가. 기존 스택/패턴 위에서 구현. 단일~소수 팀; 새 모듈 소수; 기존 아키텍처 재사용
greenfield 새 프로젝트 또는 대형 기능. 아키텍처를 새로 정해야 함. 새 레포/앱; 다수 팀·도메인; 아키텍처 미정; PRD 필수

요청 문구 + PRD 존재 여부 + 예상 변경 범위 + 새 아키텍처 필요 여부를 함께 본다. 애매하면 한 단계 무겁게 잡는다. 판정은 한 줄로 알린다(예: triage: quick-fix — 단일 파일 버그픽스로 판단, 경량 경로 진행).

단계 quick-fix feature greenfield
PRD 품질 게이트 (Step 0) PRD 있을 때만
아키텍처 결정 (Step 2) 스킵 조건부(기존 스택 있으면 스킵) 항상
DESIGN Step 3~5 인라인 경량(영향 파일만)
디깅 상세검토 (prd-reviewer) 스킵 사용자 선택 시만 사용자 선택 시만
사용자 확인 (Step 6) 예(요약 1줄 + Y/n)
BUILD 단일 에이전트 인라인 단일~소수 팀 team-build 병렬
Fresh-context verifier (Step 4.5) 인라인 self-check

quick-fix가 스킵하는 것은 오케스트레이션 오버헤드지 안전장치가 아니다 — Step 6 확인과 커밋 전 확인은 그대로 유지한다.

수동 오버라이드: --full(풀 파이프라인 강제) · --quick(경량 경로 강제, greenfield에 쓰면 경고 후 진행). --parallel/--sequential은 feature/greenfield의 BUILD 모드에만 적용된다.

병렬 모드

  • 전제: feature/greenfield만. quick-fix는 항상 단일 에이전트.
  • 기본값: sequential.
  • 자동 활성화: 활성 팀 2개 이상 또는 BUILD Phase 2개 이상 (Step 5.5 결과). 파일 개수 단독으로는 켜지 않는다 — 병렬 이득은 파일 수가 아니라 독립 팀·Phase 수에서 나온다.
  • 병렬 DESIGN: Step 0+0.5+1(읽기 전용) / Step 2 / Step 3+4 를 3개 레인으로 나눠 실행하고 Step 5에서 병합한다. 첫 레인이 Quality Gate BLOCKED를 내면 나머지 레인을 즉시 중단한다.
  • 활성화 시 현재 모드와 활성 에이전트 수를 한 줄로 표시하고 --sequential로 끌 수 있음을 안내한다.

Read the full file on GitHub · 319 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. yesterday First seen · 319 lines · 145 tokens per session scan A de49d10cd5d2

Subscribe to this mod's changes

implement is a command published in the GitHub repository wigtn/wigtn-plugins (45 stars, last pushed 16d ago), licensed Apache-2.0. It adds 145 tokens to every session and 5,632 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.