Implement plan
Blueprint-based agentic coding harness.
npx -y skills add hesprs/harness --skill implement-planAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Standard workflow to implement a plan. Use only when user instructs or other skill references.
SKILL.md
1.3 KB, 260 tokens by cl100k_base, as published. Nobody here has run it
Core Mandate
You will be responsible for the entire implementation of a specific plan. Every implementation based on a plan in plans/ should go through the audit - implement - review workflow as follows. Maximize rigorousness and future maintainability.
Delegation
- Use a single Oracle subagent for audit and review.
- Delegate other agents freely.
Sequential Workflow
1. Audit
Without reading the plan, delegate an Oracle agent with exact prompt (no need to follow format): Use "audit-plan" skill to audit <plan-file-path>.
2. Implement
You must use smart-delegation skill, following the guideline to complete the work with maximum quality and quality.
3. Review
Resume the same Oracle session as in step 1: Now the implementation is finished, review using "review-implementation" skill.
If the Oracle rejects, fix the raised issue, and request review again: All raised issues are addressed, restart review.
When the Oracle says the review passes but asks for simplification. You must simplify all the points it raises. When simplification is done, proceed to next step, no need to review again.
4. Report Back
Present a implementation summary to the user.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.