templates/skills/project/fast/task-blast/SKILL.md
Decompose fast proto-spec into an ordered MVP task list with AC links, dependencies, and DoD
npx skillsauth add ozerohax/assistagents project-fast-task-blastInstall 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.
<when_to_use> <item importance="critical">Immediately after proto-spec, within the same planning iteration</item> <item importance="high">When a short, executable MVP backlog is needed</item> </when_to_use>
<required_preload> <item>decomposition-strategy</item> <item>planning-change-inventory</item> <item>planning-scope-minimization</item> <item>planning-estimation</item> </required_preload>
<inputs> <required>Proto-spec (requirements, AC, architecture constraints, file map)</required> <optional>Release priorities and available team capacity</optional> <optional>Technical dependencies and implementation sequence</optional> </inputs> <method> <step>Split requirements into vertical increments (value-first)</step> <step>Map each task to AC and concrete codebase changes</step> <step>Determine execution order by dependencies and risks</step> <step>Add mandatory validation tasks (tests/observability/review)</step> <step>Verify each task is independent, testable, and scope-bounded</step> </method><output_format>
<section>Task list (ordered)</section> <section>Task to AC mapping</section> <section>Dependencies and sequence</section> <section>Definition of done per task</section> <section>Scope-cut options (if timebox pressure)</section> </output_format><quality_rules> <rule importance="critical">Each task has a verifiable outcome and DoD</rule> <rule importance="critical">No tasks without AC linkage or explicit technical necessity</rule> <rule importance="high">Execution order accounts for critical dependencies</rule> </quality_rules>
<do_not> <item importance="critical">Do not decompose by layers without user value</item> <item importance="high">Do not leave large ambiguous tasks without completion criteria</item> </do_not>
testing
Visual regression (baseline diffs, UI stabilization)
testing
Design detailed reproducible test cases (Given/When/Then, one check per case); not smoke/regression checklists
development
Mobile testing (native/hybrid/web, gestures, offline, interruptions)
testing
Load testing (k6/JMeter scenarios, benchmarks)