Agent Skill
2/7/2026

cockpit-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

Namecockpit-planning
DescriptionPlanning-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 EXECUTE work, 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 planMarkdown as a numbered list.
  • Leave commitSha empty.
  • Populate testsToRun with the commands the executor should run.

Learned heuristics (SkillOps)

<!-- SKILLOPS:LEARNED:BEGIN --> <!-- SKILLOPS:LEARNED:END -->
Skills Info
Original Name:cockpit-planningAuthor:future3ooo