| name | aitask-resume |
| description | Resume an in-flight task from its gate-ledger checkpoint (programmatic re-entry surface for testing / TUI / board ops). |
@.opencode/skills/opencode_planmode_prereqs.md
@.opencode/skills/opencode_tool_mapping.md
This is a profile-aware skill stub. Execute these steps in order, then stop:
-
Resolve active profile. Parse $ARGUMENTS for --profile <name>.
If found, use that as <profile> and remove the --profile <name>
pair. Otherwise run:
./.aitask-scripts/aitask_skill_resolve_profile.sh resume
and use the single-line stdout as <profile>.
-
Render per-profile variant. Run:
./.aitask-scripts/aitask_skill_render.sh aitask-resume --profile <profile> --agent opencode
-
Dispatch via Read-and-follow. Read the file at
.opencode/skills/aitask-resume-<profile>-/SKILL.md and execute its
instructions as if they were this command, forwarding the (possibly
stripped) $ARGUMENTS unchanged.