원클릭으로
aicoder-harvest-and-promote
Harvest learnings from target sessions and promote proven overlay patterns to the shared control-plane base
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Harvest learnings from target sessions and promote proven overlay patterns to the shared control-plane base
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Use when asked to work in a continuous loop until done or truly blocked. Orchestrates pickup, planning, TDD execution, implementation waves when needed, debugging side-chains, verification, and resume behavior.
Use before planning when a feature or change request is underspecified. Resolve high-impact ambiguity around scope, consumers, security, failure handling, and acceptance criteria before writing the implementation plan.
Use for both preparing work for review and responding to review feedback. Keep review evidence local, concrete, and scoped to the real contract. Verify technically before agreeing or changing code.
Use before implementation. Merge design discovery and plan writing into one DR-specific flow: identify the consumer, inspect the repo, debate boundaries with partner and combatant, and produce an execution-ready plan that hands off cleanly into DR-native tasks, TDD, and implementation waves.
Use for the last mile: rerun verification, inspect diffs, commit or push if requested, and perform local docker-compose checks when needed. This is the DR local-tools replacement for MCP-style finish/deploy carryovers.
Use after planning and before implementation when you need a concrete, dependency-ordered task list. Turn the DR feature spec and plan into independently testable task slices with exact file paths and verification commands.
SOC 직업 분류 기준
| name | aicoder-harvest-and-promote |
| description | Harvest learnings from target sessions and promote proven overlay patterns to the shared control-plane base |
| user-invocable | false |
Improvement and harvest workflow for the aicoder-opencode control plane.
After a target session:
targets/<target>/overlay/.agents/skills/ for any local skills that
were added or modified during the session.Promote a local overlay skill to the shared base when:
.agents/skills/<skill-name>/SKILL.md..agents/skills/.manifest.json if one exists.instructions array in opencode.jsonc.bun run check to confirm nothing broke.After sessions that used specific models:
config/models.jsonc
to reorder or disable it.make manage-models to interactively adjust, then make validate-dr-repo
to confirm the change does not break the target path.src/plugins/, propagate shim
updates to any affected target overlays.