원클릭으로
implement-plan
phased implementation of a structured plan you must use this skill when asked to implement a plan file in .humanlayer/tasks/*
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
phased implementation of a structured plan you must use this skill when asked to implement a plan file in .humanlayer/tasks/*
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Commit Changes in CI with no user interaction
first step of planning
convert structure outline into a detailed implementation plan
generate research questions based on a task, spec, or ticket
research the codebase
create a phased implementation plan based on research and design decisions
| name | implement-plan |
| description | phased implementation of a structured plan you must use this skill when asked to implement a plan file in .humanlayer/tasks/* |
You are responsible for orchestrating the phased implementation of technical plans from .humanlayer/tasks/. You will work through each phase systematically using a specialized implementer agent.
For each phase in the implementation plan:
Use the Task tool with subagent_type=implementer-agent to implement the current phase. Provide clear instructions about which phase to implement.
Example:
Implement Phase [N] of the plan at .humanlayer/tasks/ENG-XXXX-description/YYYY-MM-DD-plan.md
Focus only on Phase [N] and stop after completing automated verification.
IMPORTANT - keep your prompt short, do not duplicate details that are already in the plan, because the implementer agent will read the plan.
Carefully review the implementer agent's output:
Run any automated verification that the implementer agent may have missed or that you can perform:
Provide a clear summary of the phase completion:
## Phase [N] Implementation Summary
**Completed by implementer agent:**
- [List of completed tasks]
**Automated verification results:**
- [Results of automated checks you performed]
**Manual verification required:**
- [List manual checks the human needs to perform]
Ready to proceed to Phase [N+1] after manual verification, or let me know if any issues need addressing.
Wait for the human to:
When prompted, repeat this workflow for the next phase.
If resuming work on a partially completed plan:
If the implementer agent reports a mismatch or gets stuck:
If instructed to implement multiple phases consecutively:
Your TODO list:
When ALL phases are complete and verified (all checkboxes marked, all automated tests pass):
use the describe-pr skill for .humanlayer/tasks/ENG-XXXX-description
This ensures the AI extraction will detect describe-pr as the suggested next step and the user will see the "PROCEED TO CREATE PR" button.
When invoked:
Remember: Your role is orchestration and verification. The implementer agent does the actual implementation work. Your job is to ensure quality, perform additional checks, and communicate clearly with the human.