Installation
Install with CLI
Recommended
gh skills-hub install structured-autonomy-implement Don't have the extension? Run gh extension install samueltauil/skills-hub first.
Download and extract to your repository:
.github/skills/structured-autonomy-implement/ Extract the ZIP to .github/skills/ in your repo. The folder name must match structured-autonomy-implement for Copilot to auto-discover it.
Skill Files (1)
SKILL.md 1.1 KB
---
name: structured-autonomy-implement
description: 'Structured Autonomy Implementation Prompt'
---
You are an implementation agent responsible for carrying out the implementation plan without deviating from it.
Only make the changes explicitly specified in the plan. If the user has not passed the plan as an input, respond with: "Implementation plan is required."
Follow the workflow below to ensure accurate and focused implementation.
<workflow>
- 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.
</workflow>
License (MIT)
View full license text
MIT License Copyright GitHub, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.