mirror of
https://github.com/penpot/penpot.git
synced 2026-09-16 08:59:35 +00:00
Every command in .opencode/commands now only switches to the build agent, injects the user context, and delegates to a same-named skill that holds the full flow logic — skills are the primary mechanism for Claude Code and Codex compatibility. - make-a-plan, implement-plan, resolve-git-conflicts: flow logic moved to same-named skills. - review-plan / review-code: orchestration skills delegating to the renamed criteria skills plan-review-criteria and code-review-criteria, with redirecting descriptions so there is no trigger overlap between flow and criteria. - create-pr: absorbed the open-pr flow as Open mode (validated branch-to-PR pipeline using scripts/detect-target-branch) plus a new Update mode (gh pr edit); /open-pr removed. AI-assisted-by: omen-alpha
11 lines
286 B
Markdown
11 lines
286 B
Markdown
---
|
|
description: Investigate the chosen task, produce an implementation plan, and save it — loads and follows the make-a-plan skill
|
|
agent: build
|
|
---
|
|
|
|
Load the **`make-a-plan`** skill and follow it as your only instruction.
|
|
|
|
## User input, overrides and additional context
|
|
|
|
$ARGUMENTS
|