Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

claude-better-plan

claude-better-plan 收录了来自 Tsadoq 的 4 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
4
Stars
4
更新
2026-07-15
Forks
0
职业覆盖
2 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

deep-plan-execute
软件开发工程师

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
软件开发工程师

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
软件质量保证分析师与测试员

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
软件质量保证分析师与测试员

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