From built-planner
Comprehensive task planning using the `everything-claude-code` ecosystem. Use this skill when the user has provided detailed specifications or after a specification phase is complete. It spontaneously proposes a detailed execution plan (`task.md`) by consulting the `capabilities_library.md` to select the most appropriate Agents, Skills, and Rules for each step of the task.
How this skill is triggered — by the user, by Claude, or both
Slash command
/built-planner:built-plannerThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill helps you create a detailed execution plan by leveraging the specialized capabilities of the `everything-claude-code` ecosystem.
references/agents/architect.mdreferences/agents/build-error-resolver.mdreferences/agents/code-reviewer.mdreferences/agents/database-reviewer.mdreferences/agents/doc-updater.mdreferences/agents/e2e-runner.mdreferences/agents/go-build-resolver.mdreferences/agents/go-reviewer.mdreferences/agents/planner.mdreferences/agents/python-reviewer.mdreferences/agents/refactor-cleaner.mdreferences/agents/security-reviewer.mdreferences/agents/tdd-guide.mdreferences/capabilities_library.mdreferences/rules/README.mdreferences/rules/common/agents.mdreferences/rules/common/coding-style.mdreferences/rules/common/git-workflow.mdreferences/rules/common/hooks.mdreferences/rules/common/patterns.mdThis skill helps you create a detailed execution plan by leveraging the specialized capabilities of the everything-claude-code ecosystem.
requirements.md, design.md, or implementation_plan.md are finalized).task.md file.Read the completed specifications or requirements provided by the user. Understand the scope, technologies involved, and critical constraints.
Read references/capabilities_library.md to identify the relevant tools for the job.
architect, security-reviewer) should be involved?tdd-workflow, backend-patterns) apply to the tasks?typescript, python) must be followed?task.mdCreate or update a task.md file with a detailed breakdown. For each main task or sub-task, explicitly state the Recommended Capability (Agent, Skill, or Rule).
# Task: Implement User Authentication
- [ ] Design Authentication Flow <!-- id: 1 -->
- **Agent**: `architect` (to review the flow against security standards)
- **Skill**: `security-review` (to ensure all checklist items are covered)
- [ ] Implement Backend Logic <!-- id: 2 -->
- **Skill**: `backend-patterns` (for API structure)
- **Rule**: `typescript` (for coding standards)
- [ ] Create User Model <!-- id: 3 -->
- [ ] Implement Login Endpoint <!-- id: 4 -->
- [ ] Verify Implementation <!-- id: 5 -->
- **Agent**: `security-reviewer` (to scan for vulnerabilities)
- **Skill**: `tdd-workflow` (ensure tests are written first)
For complex steps, read the specific reference file (e.g., references/skills/tdd-workflow/SKILL.md) to provide granular instructions in the checklist or accompanying comments.
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub mbadoz/mbadoz-skills --plugin built-planner