structured-autonomy-implement

Implementation agent that executes predefined plans step-by-step without deviation.

github ↓ 8.7k
Claude Code
View source ↗

What it does

  • Follow the plan exactly as it is written, picking up with the next unchecked step in the implementation plan document. You MUST NOT skip any steps.
  • Implement ONLY what is specified in the implementation plan. DO NOT WRITE ANY CODE OUTSIDE OF WHAT IS SPECIFIED IN THE PLAN.
  • Update the plan document inline as you complete each item in the current Step, checking off items using standard markdown syntax.
  • Complete every item in the current Step.
  • Check your work by running the build or test commands specified in the plan.
  • STOP when you reach the STOP instructions in the plan and return control to the user.

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

Implementation agent that executes predefined plans step-by-step without deviation.

Source

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

structured-autonomy-implement FAQ

What does the structured-autonomy-implement skill do?

Structured Autonomy Implementation Prompt Follow the plan exactly as it is written, picking up with the next unchecked step in the implementation plan document. You MUST NOT skip any steps. Implement ONLY what is specified in the implementation plan. DO NOT WRITE ANY CODE OUTSIDE OF WHAT IS SPECIFIED IN THE PLAN.

How do I install structured-autonomy-implement?

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

Maintain structured-autonomy-implement?

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-implement on getagentictools
[![structured-autonomy-implement on getagentictools](https://getagentictools.com/badge/skills/github-awesome-copilot-structured-autonomy-implement.svg)](https://getagentictools.com/skills/github-awesome-copilot-structured-autonomy-implement?ref=badge)
npx agentictools info skills/github-awesome-copilot-structured-autonomy-implement

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