debugging-and-error-recovery
Systematic debugging with structured triage. Use when tests fail, the build breaks, runtime behavior is wrong, or a bug report arrives. Stop the line, preserve evidence, find the root cause.
Decomposes work into small, verifiable tasks with acceptance criteria and dependency ordering. Use when you have a spec and need to break it into implementable units, or when a task feels too large or vague to start.
This listing is imported from SkillsMP metadata and should be treated as untrusted until upstream source review is completed.
Install skill "planning-and-task-breakdown" with this command: npx skills add Bokazan/skillsmp-bokazan-bokazan-planning-and-task-breakdown
This source entry does not include full markdown content beyond metadata.
This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.
Related by shared tags or category signals.
Systematic debugging with structured triage. Use when tests fail, the build breaks, runtime behavior is wrong, or a bug report arrives. Stop the line, preserve evidence, find the root cause.
Refines ideas iteratively through structured divergent and convergent thinking. Use when starting with a vague concept or when you need to stress-test a direction before committing to a spec. Trigger with "idea-refine" or "ideate".
Builds features as thin vertical slices — each increment is implemented, tested, verified, and committed before moving to the next. Use during the BUILD phase to execute planned tasks one at a time.
Ship with confidence — pre-launch checklist, feature flag strategy, staged rollout, monitoring setup, and rollback planning. Use before any production deployment.