tag

autonomy

3 indexed skills · max 10 per page

skills (3)

structured-autonomy-implement

github/awesome-copilot · Productivity

0

Implementation agent that executes predefined plans step-by-step without deviation. \n \n Requires an explicit implementation plan document as input; returns an error message if none is provided \n Follows the plan sequentially, checking off completed items and refusing to skip steps or add unspecified code \n Updates the plan document inline as progress is made and validates work using build or test commands specified in the plan \n Stops execution when reaching STOP instructions and returns co

structured-autonomy-generate

github/awesome-copilot · Productivity

0

Generates complete, copy-paste ready implementation documentation from structured PR plans. \n \n Parses feature plans to extract implementation steps, affected files, and requirements \n Produces comprehensive markdown documentation with full code blocks, exact file paths, and zero-ambiguity instructions \n Includes research-backed code patterns, project conventions, and technology stack details specific to your codebase \n Provides markdown checkboxes, verification checklists, and commit gates

structured-autonomy-plan

github/awesome-copilot · Productivity

0

Structured planning framework for breaking development requests into testable, commit-sized implementation steps. \n \n Conducts mandatory autonomous research phase to gather code context, documentation, dependencies, and existing patterns before planning \n Breaks features into commits sized for single pull requests, with simple features consolidated into one commit and complex features split into multiple testable steps \n Generates plans with file lists, step descriptions, and verification me