Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
Repositorio de GitHub

claude-better-plan

claude-better-plan contiene 4 skills recopiladas de Tsadoq, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.

skills recopiladas
4
Stars
4
actualizado
2026-07-15
Forks
0
Cobertura ocupacional
2 categorías ocupacionales · 100% clasificado
explorador de repositorios

Skills en este repositorio

deep-plan-execute
Desarrolladores de software

Executes a plan produced by /deep-plan: the plan-folder artifact whose plan.md carries a ## Decisions made table and per-task **Tests (TDD)** blocks, located when no path is given through the approved-plan memo recorded at approval. Parses the plan's ## Tasks into harness tasks (one TaskCreate each), wires Depends on into addBlockedBy, then drives a test-first implementation loop task by task in dependency order. Invoke after a /deep-plan plan is approved and you are ready to build it, e.g. "implement the plan" or "/deep-plan:deep-plan-execute <plan-file>". Not for executing plans produced outside /deep-plan.

2026-07-15
deep-plan
Desarrolladores de software

Triangulated, decision-surfacing planning for non-trivial tasks. Fans research three ways in parallel, surfaces every meaningful sub-decision as an AskUserQuestion with 3 to 5 options, runs targeted deep web research per chosen option, and produces an AI-consumable plan file with TDD-embedded tasks. Triggers on the slash command /deep-plan only.

2026-07-15
design-review
Analistas de garantía de calidad de software y probadores

Standalone design review of code, diffs, or plan files by a parallel critic fleet: one small-model critic per red-flag cluster (module depth, information hiding, naming, comments), then adversarial verification. Use when the user asks to "design-review" something, review design quality, check for shallow modules or information leakage, or audit a diff or plan against design principles.

2026-07-08
tdd-review
Analistas de garantía de calidad de software y probadores

Standalone review of the Tests (TDD) blocks in a plan produced by /deep-plan, run by a parallel critic fleet: one small-model test critic per red-flag cluster (assertions and failure output, test doubles and seams, fixtures and setup, test level and duplication), then adversarial verification. Use when the user asks to review planned tests, check TDD quality, or assess assertions, doubles, fixtures, or flaky-test craft in a deep-plan plan file. Not for reviewing diffs, pull requests, or already-implemented code.

2026-07-08