mirror of
https://github.com/penpot/penpot.git
synced 2026-09-12 15:09:38 +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
281 B
281 B
description, agent
| description | agent |
|---|---|
| Plan review — evaluate an implementation plan before executing it — loads and follows the review-plan skill | build |
Load the review-plan skill and follow it as your only instruction.
User input, overrides and additional context
$ARGUMENTS