Source profileQuality 84/100

github/awesome-copilot/skills/structured-autonomy-generate/SKILL.md

structured-autonomy-generate

Structured Autonomy Implementation Generator Prompt

Source repository stars
37,126
Declared platforms
0
Static risk flags
1
Last source update
2026-07-28
Source checked
2026-07-28

Decision brief

What it does—and where it fits

1. Read the plan.md file to extract: - Feature name and branch (determines root folder: plans/{feature-name}/) - Implementation steps (numbered 1, 2, 3, etc.) - Files affected by each step 2. Run comprehensive research ONE TIME using . Use runSubagent to execute. Do NOT pause. 3…

Best for

    Not for

    • Tasks that require unconfirmed production actions or broad system permissions.
    • Environments where the pinned source and install steps cannot be inspected.

    Compatibility matrix

    Platform support, with evidence labels

    PlatformStatusEvidenceWhat to check
    CodexNot declaredNo explicit evidencePortability before use
    Claude CodeNot declaredNo explicit evidencePortability before use
    CursorNot declaredNo explicit evidencePortability before use
    Gemini CLINot declaredNo explicit evidencePortability before use
    Open the compatibility checker

    Installation

    Inspect first. Install second.

    The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.

    Source-detected install commandSource
    npx skills add https://github.com/github/awesome-copilot --skill "skills/structured-autonomy-generate"
    Safe inspection promptEditorial

    Inspect the Agent Skill "structured-autonomy-generate" from https://github.com/github/awesome-copilot/blob/9933dcad5be5caeb288cebcd370eeeb2fc2f1685/skills/structured-autonomy-generate/SKILL.md at commit 9933dcad5be5caeb288cebcd370eeeb2fc2f1685. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.

    Workflow

    What the source asks the agent to do

    1. 01

      Step 1: Parse Plan & Research Codebase

      1. Read the plan.md file to extract: - Feature name and branch (determines root folder: plans/{feature-name}/) - Implementation steps (numbered 1, 2, 3, etc.) - Files affected by each step 2. Run comprehensive research ONE TIME using . Use runSubagent to execute. Do NOT pause. 3…

      Read the plan.md file to extract:Feature name and branch (determines root folder: plans/{feature-name}/)Implementation steps (numbered 1, 2, 3, etc.)
    2. 02

      Step 2: Generate Implementation File

      Output the plan as a COMPLETE markdown document using the , ready to be saved as a .md file.

      Complete, copy-paste ready code blocks with ZERO modifications neededExact file paths appropriate to the project structureMarkdown checkboxes for EVERY action item
    3. 03

      Step-by-Step Instructions

      Step 1 Verification Checklist - [ ] No build errors - [ ] Specific instructions for UI verification (if applicable)

      [ ] {Specific instruction 1}[ ] Copy and paste code below into {file}:[ ] {Specific instruction 2}
    4. 04

      Step 1: {Action}

      Step 1 Verification Checklist - [ ] No build errors - [ ] Specific instructions for UI verification (if applicable)

      [ ] {Specific instruction 1}[ ] Copy and paste code below into {file}:[ ] {Specific instruction 2}
    5. 05

      Step 1 STOP & COMMIT

      STOP & COMMIT: Agent must stop here and wait for the user to test, stage, and commit the change.

      STOP & COMMIT: Agent must stop here and wait for the user to test, stage, and commit the change.

    Permission review

    Static risk signals and limitations

    Reads files

    low · line 15

    The documentation asks the agent to read local files, directories, or repositories.

    Read the plan.md file to extract:

    Evidence record

    Why each signal appears

    EvidenceSourceComputedTestedEditorial
    SignalValueEvidence typeMeaning
    Quality score84/100ComputedDocumentation, specificity, maintenance, and trust rules
    Repository stars37,126SourceRepository attention, not individual Skill quality
    Compatibility0 platformsSourceDeclared in the catalog source record
    Usage guideautomated source guideEditorialGenerated or reviewed according to the visible evidence level

    Pinned source

    Provenance and original SKILL.md

    Repository
    github/awesome-copilot
    Skill path
    skills/structured-autonomy-generate/SKILL.md
    Commit
    9933dcad5be5caeb288cebcd370eeeb2fc2f1685
    License
    MIT
    Collected
    2026-07-28
    Default branch
    main
    View the original SKILL.md

    You are a PR implementation plan generator that creates complete, copy-paste ready implementation documentation.

    Your SOLE responsibility is to:

    1. Accept a complete PR plan (plan.md in plans/{feature-name}/)
    2. Extract all implementation steps from the plan
    3. Generate comprehensive step documentation with complete code
    4. Save plan to: plans/{feature-name}/implementation.md

    Follow the below to generate and save implementation files for each step in the plan.

    Step 1: Parse Plan & Research Codebase

    1. Read the plan.md file to extract:
      • Feature name and branch (determines root folder: plans/{feature-name}/)
      • Implementation steps (numbered 1, 2, 3, etc.)
      • Files affected by each step
    2. Run comprehensive research ONE TIME using <research_task>. Use runSubagent to execute. Do NOT pause.
    3. Once research returns, proceed to Step 2 (file generation).

    Step 2: Generate Implementation File

    Output the plan as a COMPLETE markdown document using the <plan_template>, ready to be saved as a .md file.

    The plan MUST include:

    • Complete, copy-paste ready code blocks with ZERO modifications needed
    • Exact file paths appropriate to the project structure
    • Markdown checkboxes for EVERY action item
    • Specific, observable, testable verification points
    • NO ambiguity - every instruction is concrete
    • NO "decide for yourself" moments - all decisions made based on research
    • Technology stack and dependencies explicitly stated
    • Build/test commands specific to the project type

    <research_task> For the entire project described in the master plan, research and gather:

    1. Project-Wide Analysis:

      • Project type, technology stack, versions
      • Project structure and folder organization
      • Coding conventions and naming patterns
      • Build/test/run commands
      • Dependency management approach
    2. Code Patterns Library:

      • Collect all existing code patterns
      • Document error handling patterns
      • Record logging/debugging approaches
      • Identify utility/helper patterns
      • Note configuration approaches
    3. Architecture Documentation:

      • How components interact
      • Data flow patterns
      • API conventions
      • State management (if applicable)
      • Testing strategies
    4. Official Documentation:

      • Fetch official docs for all major libraries/frameworks
      • Document APIs, syntax, parameters
      • Note version-specific details
      • Record known limitations and gotchas
      • Identify permission/capability requirements

    Return a comprehensive research package covering the entire project context. </research_task>

    <plan_template>

    {FEATURE_NAME}

    Goal

    {One sentence describing exactly what this implementation accomplishes}

    Prerequisites

    Make sure that the use is currently on the {feature-name} branch before beginning implementation. If not, move them to the correct branch. If the branch does not exist, create it from main.

    Step-by-Step Instructions

    Step 1: {Action}

    • {Specific instruction 1}
    • Copy and paste code below into {file}:
    {COMPLETE, TESTED CODE - NO PLACEHOLDERS - NO "TODO" COMMENTS}
    
    • {Specific instruction 2}
    • Copy and paste code below into {file}:
    {COMPLETE, TESTED CODE - NO PLACEHOLDERS - NO "TODO" COMMENTS}
    
    Step 1 Verification Checklist
    • No build errors
    • Specific instructions for UI verification (if applicable)

    Step 1 STOP & COMMIT

    STOP & COMMIT: Agent must stop here and wait for the user to test, stage, and commit the change.

    Step 2: {Action}

    • {Specific Instruction 1}
    • Copy and paste code below into {file}:
    {COMPLETE, TESTED CODE - NO PLACEHOLDERS - NO "TODO" COMMENTS}
    
    Step 2 Verification Checklist
    • No build errors
    • Specific instructions for UI verification (if applicable)

    Step 2 STOP & COMMIT

    STOP & COMMIT: Agent must stop here and wait for the user to test, stage, and commit the change. </plan_template>

    Alternatives

    Compare before choosing

    Computed 10042,015

    coreyhaines31/marketingskills

    ab-testing

    When the user wants to plan, design, or implement an A/B test or experiment, or build a growth experimentation program. Also use when the user mentions "A/B test," "split test," "experiment," "test this change," "variant copy," "multivariate test," "hypothesis," "should I test this," "which version is better," "test two versions," "statistical significance," "how long should I run this test," "growth experiments," "experiment velocity," "experiment backlog," "ICE score," "experimentation program

    Computed 10042,015

    coreyhaines31/marketingskills

    churn-prevention

    When the user wants to reduce churn, build cancellation flows, set up save offers, recover failed payments, or implement retention strategies. Also use when the user mentions 'churn,' 'cancel flow,' 'offboarding,' 'save offer,' 'dunning,' 'failed payment recovery,' 'win-back,' 'retention,' 'exit survey,' 'pause subscription,' 'involuntary churn,' 'people keep canceling,' 'churn rate is too high,' 'how do I keep users,' or 'customers are leaving.' Use this whenever someone is losing subscribers o

    Computed 997

    event4u-app/agent-config

    design-review

    Use when the user says "review the design", "check the UI", or wants a comprehensive UI/UX review. Uses a 7-phase methodology covering interaction, responsiveness, accessibility, and more.

    Computed 9831,966

    K-Dense-AI/scientific-agent-skills

    dask

    Distributed computing for larger-than-RAM pandas/NumPy workflows. Use when you need to scale existing pandas/NumPy code beyond memory or across clusters. Best for parallel file processing, distributed ML, integration with existing pandas code. For out-of-core analytics on single machine use vaex; for in-memory speed use polars.