Agent Skill
2/7/2026cockpit-planning
Planning-only skill: produce a dependency-aware plan and acceptance criteria; do not commit.
F
future3ooo
1GitHub Stars
1Views
npx skills add future3OOO/agentic-cockpit
SKILL.md
| Name | cockpit-planning |
| Description | Planning-only skill: produce a dependency-aware plan and acceptance criteria; do not commit. |
name: cockpit-planning description: "Planning-only skill: produce a dependency-aware plan and acceptance criteria; do not commit." version: 1.0.0 tags:
- cockpit
- planning
Cockpit Planning
You are producing a plan for an Agentic Cockpit task.
Rules
- Planning tasks must not make commits.
- Be explicit about acceptance criteria, sequencing, and validation commands.
- Keep the plan small and testable (few steps, clear checkpoints).
- If the plan will lead to
EXECUTEwork, include a “Git Contract” note (base sha + work branch naming) so the controller can dispatch deterministically.
Output contract
Return only JSON matching the worker output schema.
- Put the plan in
planMarkdownas a numbered list. - Leave
commitShaempty. - Populate
testsToRunwith the commands the executor should run.
Learned heuristics (SkillOps)
<!-- SKILLOPS:LEARNED:BEGIN --> <!-- SKILLOPS:LEARNED:END -->Skills Info
Original Name:cockpit-planningAuthor:future3ooo
Download