implement

Executes all tasks in an approved plan.md autonomously with per-task verification and commits.

3|Updated May 20, 2026
One-click install
npx skills add https://github.com/jongcheol-pak/claude-harness-pjc --skill implement-jongcheol-pak
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: implement
Source: https://github.com/jongcheol-pak/claude-harness-pjc/tree/main/plugins/pjc/skills/implement
Command: npx skills add https://github.com/jongcheol-pak/claude-harness-pjc --skill implement-jongcheol-pak

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? AI coding sessions often stall by asking for confirmation between tasks, skip verification, or report completion prematurely. This Skill runs an approved implementation plan from the first task to the last without interruption, verifying each step and reporting only once at the end. ## Core Features & Use Cases - Autonomous task loop: Executes every task in an approved plan.md (T1 through Tn) without asking for re-confirmation, resuming from any specified task such as "continue from T6". - Per-task verification: Runs build, test, and static checks from AGENTS.md after each task, including red-state confirmation for new test cases, plus a final full verification and completion-reviewer subagent review. - Defined stop conditions and reporting: Halts only for destructive operations, repeated failures, secrets in diffs, or out-of-plan scope changes, then produces a structured completion report with actual verification output. - Use Case: After approving a plan to add a password-reset feature across five files, tell the agent to proceed; it implements each task, commits per task, runs the full test suite, and delivers one final report with HUMAN-VERIFY items flagged. ## Quick Start Approve the proposed plan and tell the agent to proceed with the implementation to run all tasks through final verification.

Frequently Asked Questions about implement

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run an approved implementation plan automatically?▼

Once a plan.md is approved, invoke this Skill with a proceed or implement instruction. It executes every task from T1 to the last without asking between tasks, then delivers one final report with verification output.

How do I resume implementation from a specific task?▼

Tell the agent to continue from a task number, such as "continue from T6". This means T6 through the final task plus final verification, not just T6 alone. The plan.md checkboxes are the source of truth for progress.

When does the autonomous implementation loop stop and ask the user?▼

It stops only for destructive or irreversible operations, three failures from the same cause, new external services needing credentials, repeated approaches that do not converge, secrets detected in a commit diff, or changes outside the approved plan's scope.

Does this Skill handle one-line fixes or typo corrections?▼

No. Single-line edits, typos, and config value changes that need no plan do not trigger this Skill; those are edited directly. It activates only when an approved plan.md exists for multi-file work.

What verification happens before implementation is declared complete?▼

Each task runs build, test, or static checks from AGENTS.md, new test cases are confirmed to fail before the fix, and after all tasks a full build, full test suite, goal criteria check, and a completion-reviewer subagent review must pass.