harden-task-file
SolidHarden a manifest-dev task guidance file for one-shot quality — either /define's quality-gate/Default set or figure-out's probe set. Iterates: orthogonality gap analysis, user-approved additions, prompt review, fix, converge. Use when a task file needs comprehensive coverage or "harden task file".
Install
Quality Score: 87/100
Skill Content
Details
- Author
- doodledood
- Repository
- doodledood/manifest-dev
- Created
- 6 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
harden-skill
Use when an agent needs to harden a skill's instructions so they reliably change agent behavior; diagnoses each intended behavior's baseline failure, matches it to the right instruction form, hardens discipline rules against rationalization, and specifies a micro-test protocol rather than editing the skill or running the tests itself.
skill-forge
Harden a skill or any agent instruction file (CLAUDE.md, AGENTS.md, GEMINI.md, .cursor/rules, .github/copilot-instructions.md) through judge-panel refinement rounds until it clears a 3-tier promotion gate, then promote it. A quality gate that runs after authoring, not an authoring tool. TRIGGER when the user types /skill-forge, asks to test/harden/forge/prove a skill or an instruction file, wants a CLAUDE.md or AGENTS.md driven through adversarial rounds before shipping, asks 'is this skill ready?' or 'is this CLAUDE.md safe for a cold-start agent?', or wants a skill or instruction file quality-gated by a judge panel.
06-harden-a-feature-as-a-project-test-via-ui-then-fix-loop
Trigger when the user says to treat a feature as a PROJECT and harden it - phrasings like make X a project, test X fully via the UI and fix, loop on X until I stop you, or points at a specific surface (the taskboard, the calendar, the OP directory) and asks to make it just work. This is the DRIVE-THE-REAL-UI-THEN-FIX loop: for a project you exercise every function through the real browser against the live app, watch what actually happens (network, console, DB side effects), and when something is broken or clunky you fix it, redeploy, and re-test - repeating until the surface works end to end hands-free. It pairs the browser as source of truth with the deploy engine and the DB inspector. Not for a one-shot bug fix - this is sustained looped hardening of a whole feature.