harden-task-file

Solid

Harden 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".

AI & Automation 69 stars 9 forks Updated today MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
61
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

**User request**: $ARGUMENTS Systematically harden a /define task guidance file until manifests built from it produce deliverables that don't need iteration. If no arguments, ask which task file to harden. ## Context Task files come in two parallel, decoupled sets, each keyed by task type and hardened for one-shot quality. Harden whichever set the target file belongs to: - **`/define`'s task files** (`claude-plugins/manifest-dev/skills/define/tasks/`) carry encoder data: - **Quality Gates** — Verifiable output properties. Can split into baselines (always enforced) and selectable (meaningful rigor choices) - **Defaults** — Non-verifiable process practices always worth doing, encoded as PG-* without probing - **figure-out's task files** (`claude-plugins/manifest-dev/skills/figure-out/tasks/`) carry probing fuel: - **Blind-spot probes** — Non-natural angles the model skips by default (failure modes, pre-mortem fuel), phrased as the question that opens a branch - **Forced trade-offs** — Competing tensions the model must drive to a decision New items must match the depth and structural conventions of the owning skill (`define/SKILL.md` or `figure-out/SKILL.md`) and its existing sibling task files. ## Goal The task file should be comprehensive enough that a manifest built with it surfaces all criteria needed for one-shot quality — figure-out's probes surface the non-natural angles during understanding; /define's gates and Defaults encode the verifiable bar. "One-sho...

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

Code & Development Listed

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.

0 Updated today
tacticaldoll
AI & Automation Solid

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.

30 Updated 3 days ago
bjcoombs
AI & Automation Listed

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.

0 Updated 3 days ago
markkennethbadilla