structured-autonomy-plan

Structured planning framework for breaking development requests into testable, commit-sized implementation steps.

github ↓ 8.7k
Claude Code
View source ↗

What it does

  • For SIMPLE features, consolidate into 1 commit with all changes.
  • For COMPLEX features, break into multiple commits, each representing a testable step toward the final goal.

Requirements & configuration

  • 1. Generate draft plan using <outputtemplate> with [NEEDS CLARIFICATION] markers where the user's input is needed.
  • 4. Ask clarifying questions for any [NEEDS CLARIFICATION] sections

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

Structured planning framework for breaking development requests into testable, commit-sized implementation steps.

Source

Repository: https://github.com/github/awesome-copilot

structured-autonomy-plan FAQ

What does the structured-autonomy-plan skill do?

Structured Autonomy Planning Prompt For SIMPLE features, consolidate into 1 commit with all changes. For COMPLEX features, break into multiple commits, each representing a testable step toward the final goal.

What does structured-autonomy-plan require?

1. Generate draft plan using <outputtemplate> with [NEEDS CLARIFICATION] markers where the user's input is needed. 4. Ask clarifying questions for any [NEEDS CLARIFICATION] sections

How do I install structured-autonomy-plan?

Run: npx -y skills add https://github.com/github/awesome-copilot --skill structured-autonomy-plan --agent claude-code — the source lives at github.com/github/awesome-copilot.

Maintain structured-autonomy-plan?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

structured-autonomy-plan on getagentictools
[![structured-autonomy-plan on getagentictools](https://getagentictools.com/badge/skills/github-awesome-copilot-structured-autonomy-plan.svg)](https://getagentictools.com/skills/github-awesome-copilot-structured-autonomy-plan?ref=badge)
npx agentictools info skills/github-awesome-copilot-structured-autonomy-plan

The second line is the CLI lookup for this page — handy in READMEs and docs.