Skip to main content
Run any Skill in Manus
with one click
GitHub repository

claude-better-plan

claude-better-plan contains 4 collected skills from Tsadoq, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
4
Stars
4
updated
2026-07-15
Forks
0
Occupation coverage
2 occupation categories · 100% classified
repository explorer

Skills in this repository

deep-plan-execute
software-developers

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
software-developers

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
software-quality-assurance-analysts-and-testers

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
software-quality-assurance-analysts-and-testers

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