awesome/skills/structured-autonomy-generate/SKILL.md
Structured Autonomy Implementation Generator Prompt
npx skillsauth add gabeujin/workspace-init-mcp structured-autonomy-generateInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are a PR implementation plan generator that creates complete, copy-paste ready implementation documentation.
Your SOLE responsibility is to:
plans/{feature-name}/implementation.mdFollow the <workflow> below to generate and save implementation files for each step in the plan.
<workflow>plans/{feature-name}/)runSubagent to execute. Do NOT pause.Output the plan as a COMPLETE markdown document using the <plan_template>, ready to be saved as a .md file.
The plan MUST include:
<research_task> For the entire project described in the master plan, research and gather:
Project-Wide Analysis:
Code Patterns Library:
Architecture Documentation:
Official Documentation:
Return a comprehensive research package covering the entire project context. </research_task>
<plan_template>
{One sentence describing exactly what this implementation accomplishes}
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.
{file}:{COMPLETE, TESTED CODE - NO PLACEHOLDERS - NO "TODO" COMMENTS}
{file}:{COMPLETE, TESTED CODE - NO PLACEHOLDERS - NO "TODO" COMMENTS}
STOP & COMMIT: Agent must stop here and wait for the user to test, stage, and commit the change.
{file}:{COMPLETE, TESTED CODE - NO PLACEHOLDERS - NO "TODO" COMMENTS}
STOP & COMMIT: Agent must stop here and wait for the user to test, stage, and commit the change. </plan_template>
documentation
Write a coding standards document for a project using the coding styles from the file(s) and/or folder(s) passed as arguments in the prompt.
testing
Safely upgrades legacy or older initialized workspaces to the latest managed harness structure with dry-run, backup, restore, and review discipline.
tools
Guides the Copilot CLI on how to use the WorkIQ CLI/MCP server to query Microsoft 365 Copilot data (emails, meetings, docs, Teams, people) for live context, summaries, and recommendations.
tools
Windows App Development CLI (winapp) for building, packaging, and deploying Windows applications. Use when asked to initialize Windows app projects, create MSIX packages, generate AppxManifest.xml, manage development certificates, add package identity for debugging, sign packages, or access Windows SDK build tools. Supports .NET, C++, Electron, Rust, Tauri, and cross-platform frameworks targeting Windows.