From tpdc
End-to-end development workflow. Orchestrates discovery → plan → solve (feature), fix (bug), or refactor. Use when the user asks to "develop a feature", "develop a fix", "develop a refactor", "end-to-end development", or "full dev cycle".
How this skill is triggered — by the user, by Claude, or both
Slash command
/tpdc:developThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
End-to-end development workflow using the TPDC engine.
End-to-end development workflow using the TPDC engine.
Orchestrate a complete development cycle for a feature, bug fix, or refactor.
mode (required): One of feature, bug, or refactorrequest (required): Description of what to developThe user must explicitly specify the mode:
/tpdc-develop feature "Implement tenant reset on logout in Field Lite"
/tpdc-develop bug "Camera permission locked after denial on Android"
/tpdc-develop refactor "Split PlantViewModal into smaller components"
tpdc_develop MCP tool with the mode and requestrepo_root, apply: true, and confirm_apply: trueapply: true.npx claudepluginhub mtrejo11/tpdc-engine --plugin tpdcProvides structured workflow packs for 7 common Claude Code tasks: codebase exploration, bug fixing, safe refactoring, TDD, repo review before merge, CLAUDE.md generation, and migration planning.
Orchestrates full dev cycle in isolated git worktree: task understanding, TDD implementation, quality review, draft PR, CI/CD monitoring to merge-ready PR. Explicit invoke via /developer-workflow:implement-task.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.