From britenites
Breaks work into bite-sized tasks before coding. Activates when a multi-step task needs planning — creates tasks small enough for a junior developer to follow (2-5 minutes each), with exact file paths, complete implementation details, and verification steps. References Linear issue context and project-specific test commands from CLAUDE.md.
npx claudepluginhub brite-nites/britenites-claude-pluginsThis skill uses the workspace's default tool permissions.
You are creating a detailed execution plan that breaks work into bite-sized tasks. Each task should be small enough that a fresh subagent with no prior context can execute it correctly.
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
You are creating a detailed execution plan that breaks work into bite-sized tasks. Each task should be small enough that a fresh subagent with no prior context can execute it correctly.
Before writing the plan, gather:
docs/designs/[issue-id]-*.md)Save the plan to docs/plans/[issue-id]-plan.md:
# Plan: [Issue Title]
**Issue**: [ID] — [Title]
**Branch**: [branch-name]
**Tasks**: N (estimated [time])
## Prerequisites
- [Any setup needed before starting]
- [Dependencies that must be in place]
## Tasks
### Task 1: [Short imperative title]
**Files**: `path/to/file.ts`, `path/to/test.ts`
**Why**: [One sentence — what this accomplishes]
**Implementation**:
1. [Exact change to make]
2. [Exact change to make]
**Test**:
- Write test: [describe the test]
- Run: `[exact test command]`
- Expected: [what passing looks like]
**Verify**: [how to confirm this task is done]
---
### Task 2: [Short imperative title]
...
## Task Dependencies
- Task 3 depends on Task 1 (needs the interface defined in Task 1)
- Tasks 4 and 5 are independent (can run in parallel)
## Verification Checklist
- [ ] All tests pass: `[test command]`
- [ ] Build succeeds: `[build command]`
- [ ] Lints clean: `[lint command]`
- [ ] [Issue-specific acceptance criteria]
Each task must include everything a fresh agent needs:
Every task ends with a verification step that is:
npm test -- --grep "auth" not just "run tests"After writing the plan:
executing-plans skillUser with fields id, email, name, createdAt to prisma/schema.prisma" is good._shared/validation-pattern.md for self-checking after plan creation.