python-factory-plugin/skills/execute/SKILL.md
Executes implementation plans autonomously in batches. Runs all tasks to completion without pausing for feedback unless blocked.
npx skillsauth add ghiret/python-template executeInstall 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.
Load plan, review critically, execute ALL tasks to completion autonomously.
Core principle: Autonomous execution — run all tasks without stopping for feedback. The user will interrupt if they need to.
Announce at start: "I'm using the execute skill to implement this plan."
Before executing, read the shared conventions:
_shared/html-conventions.md for HTML vs Markdown plan parsing_shared/testing-conventions.md for test speed budgets and slow-test classification.html plans, parse phases from <section data-phase="N" data-title="...">, tasks from <ul class="tasks"><li>..., and verification from <section class="verification">..md plans, parse legacy ## Phase N: Title, - [ ] tasks, and ### Verification sections.Default: First 3 tasks
For each task:
Do NOT stop for feedback. Immediately proceed to the next batch of tasks.
After all tasks complete and verified:
STOP executing ONLY when:
Do NOT stop for:
development
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".
development
Post-execution QA. Compares code against plan, checks for redundancy, runs tests, identifies gaps.
testing
Fast test-quality audit. Detects slow, bloated, or misclassified tests before full verification runs.
testing
Lead Architect review of implementation plans. Checks for redundancy, architectural fit, and testability. Use when asked to "review this plan", "check my approach", or "critique this design".