From tdp
Write plan.md, test-plan.md, and decomposed test-n.md files from an approved goal.md. Use when a requirement already has goal.md and now needs single-session implementation tasks with categorized AC, mandatory static checks, a final build task, and final verification tasks with evidence rules. Replace the n in every test-n file name with the actual task number.
npx claudepluginhub bryant-tang/turbo-plugins-claude --plugin tdpThis skill uses the workspace's default tool permissions.
- A requirement already has `goal.md`.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
goal.md.plan.md.test-plan.md plus multiple test-n.md files.plan.md or test-plan.md.goal.md is identified.plan.md is created beside it.test-plan.md is created beside it.test-n.md file is created for each verification task listed in test-plan.md, and n must be replaced with the actual task number.test-n placeholder with the actual verification task number in file names and visible document text.N/A plus a short reason instead of deleting the category.implement-task review can dispatch parallel category reviewers consistently.csharp-comment for C# code including XML documentation comments and needed inline/block explanations, sufficiently clear Traditional Chinese comments where non-C# logic needs explanation, reuse of existing logic instead of duplicating similar code, code formatting and indentation consistency, deterministic verification points, logs, error messages, diagnosability, and whether the change can be statically or locally checked.csharp-comment skill, including member XML documentation coverage, method <param> definitions, and needed single-line or multi-line explanatory comments for non-obvious logic.goal.md to use. If more than one candidate fits, ask the user instead of guessing.plan.md tasks must stay small enough that one implementation task can finish in a single chat session.Maintainability, Testability, and Observability so the finished code matches the repository's existing style and has no obvious formatting drift.csharp-comment skill as the required documentation comment standard.plan.md must always be a dedicated build task.test-n.md with Markdown image syntax.test-plan.md may contain both browser tasks and non-browser tasks.goal.md. If the branch name and specs path clearly point to one file, use it. Otherwise ask the user.goal.md and extract the requirement scope, constraints, impact, and expected validation style.plan.md from the plan template.Maintainability, Testability, and Observability that code formatting and indentation must be checked and must match the repository's existing style.csharp-comment compliance for C# changes, necessary Traditional Chinese comments for non-C# logic, and duplicate-logic reuse.plan.md and must define the repository-standard build scope, expected success condition, and how build failures are to be fixed.test-plan.md from the test-plan template.test-n.md tasks, replacing n with the actual verification task number. Do not collapse everything into one large final verification document.test-n.md file per verification task from the test-n template, and replace n with the actual verification task number.screenshots/ when testing-and-proof runs.implement-task can treat it as the final gate.test-n.md files, replacing n with the actual verification task number in each file.plan.md exists and all implementation tasks have AC.csharp-comment compliance for C# changes, necessary Traditional Chinese comments for non-C# logic, and duplicate-logic reuse.Maintainability, Testability, and Observability and aligned with existing repository style.test-plan.md exists and lists the verification tasks in order.test-n.md files exist, with n replaced by the actual verification task number.test-n.md defines evidence that matches its verification mode.