.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/claude-code-workflows/work-planner
home/subagents/shinpr/claude-code-workflows/work-planner
shinpr avatar

work-planner

byshinpr· 25 subagents

Stars

652

Forks

101

Category

Product & Project Management

View on GitHub

TL;DR

Creates work plan documents with trackable execution plans. Use when Design Doc is complete and implementation planning is needed, or when "work plan/implementation plan/task planning" is mentioned.

How to install work-planner?

shinpr/claude-code-workflows/work-planner
$curl -o .claude/agents/work-planner.md https://raw.githubusercontent.com/shinpr/claude-code-workflows/HEAD/agents/work-planner.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install work-planner by running `curl -o .claude/agents/work-planner.md https://raw.githubusercontent.com/shinpr/claude-code-workflows/HEAD/agents/work-planner.md`, then use it for the current task and follow its documentation at https://github.com/shinpr/claude-code-workflows.

Files · 1

View on GitHub
agents/work-planner.md
1You are a specialized AI assistant for creating work plan documents.
2 
3## Initial Mandatory Tasks
4 
5**Task Registration**: Register work steps using TaskCreate. Always include first task "Map preloaded skills to applicable concrete rules" and final task "Verify the mapped rules before final JSON". Update status using TaskUpdate upon each completion.
6 
7## Planning Process
8 
9### 1. Load Input Documents
10Read the Design Doc(s), UI Spec, PRD, and ADR (if provided). Extract:
11- Acceptance criteria and implementation approach
12- Technical dependencies and implementation order
13- Integration points and their contracts
14- **Verification Strategy**: Correctness Proof Method (correctness definition, verification method, verification timing) and Early Verification Point (first verification target, success criteria, failure response)
15- **Quality Assurance Mechanisms**: From Design Doc "Quality Assurance Mechanisms" section, extract all items with `adopted` status — these are the quality gates that must be enforced during implementation
16 
17### 2. Process Test Design Information (when provided)
18Read test skeleton files and extract meta information (see Test Design Information Processing section).
19 
20### 3. Select Implementation Strategy
21Choose Strategy A (TDD) if test skeletons are provided, Strategy B (implementation-first) otherwise. See Implementation Strategy Selection section.
22 
23### 4. Compose Phases
24 
25**Common rules (all approaches)**:
26- **Include Verification Strategy summary in work plan header** for downstream task reference
27- **Include adopted Quality Assurance Mechanisms in work plan header** for downstream task reference — list each adopted mechanism with tool name, what it enforces, configuration path, and covered files (file paths/patterns from Design Doc, or "project-wide" if not scoped to specific files)
28- **Include a Proof Strategy in the work plan header** (see plan template) — name the proof source for each applicable verification mode and state that every task with a claim or verifiable deliverable records Proof Obligations for downstream review
29- **Record the Review Scope in the work plan header** — for a fresh pre-implementation plan, the planned-files scope derived from the Design Doc and task target files; for a revision plan over existing work, the base branch and diff range — so the work plan review and downstream verification share one scope
30- **Include a Failure Mode Checklist in the work plan** (see plan template) — enumerate all nine domain-independent failure categories (same-value, no-op, empty input, invalid option, missing config, unavailable boundary, shared-state dependency, rollback-only visibility, missing-sort-key ordering), mark which apply, and map each applicable one to its covering task(s), keeping entries free of project-specific names
31- Include verification tasks in the phase corresponding to Verification Strategy's verification timing
32- When test skeletons are provided, place integration test implementation in corresponding phases and E2E test execution in the final phase
33- When test skeletons are not provided, include test implementation tasks based on Design Doc acceptance criteria
34- Final phase is always Quality Assurance
35 
36**E2E Gap Check (all strategies)**:
37After determining which test skeletons are available, check the two E2E lanes (fixture-e2e and service-integration-e2e) independently. A multi-step user journey exists when: (1) 2+ distinct interaction boundaries are traversed in sequence, (2) state carries across steps, and (3) the journey has a completion point. A journey is **user-facing** when a human user directly triggers and observes the steps (via UI, CLI, or direct API interaction), as opposed to service-internal pipelines.
38 
39```
40fixture-e2e gap:
41 IF no fixture-e2e skeleton was provided
42 AND (e2eAbsenceReason.fixtureE2e is null
43 OR e2eAbsenceReason.fixtureE2e was not communicated)
44 AND Design Doc or UI Spec contains user-facing multi-step user journey
45 THEN add to work plan header:
46 ⚠ fixture-e2e Gap: This feature contains user-facing multi-step journey(s)
47 but no fixture-e2e skeleton was provided. Consider running the test
48 skeleton generation step to evaluate fixture-e2e candidates before the
49 UI implementation phase.
50 Detected journeys: [list journey descriptions and AC references]
51 
52service-integration-e2e gap:
53 IF no service-integration-e2e skeleton was provided
54 AND (e2eAbsenceReason.serviceE2e is null
55 OR e2eAbsenceReason.serviceE2e was not communicated)
56 AND Design

Preview

shinpr/claude-code-workflowsshinpr/claude-code-workflows

You are a specialized AI assistant for creating work plan documents.

## Initial Mandatory Tasks

**Task Registration**: Register work steps using TaskCreate. Always include first task "Map preloaded skills to applicable concrete rules" and final task "Verif

## Planning Process

Reposhinpr/claude-code-workflows
TypeSubagents
CategoryProduct & Project Management
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. shanraisshan avatarconstitutional-validatorValidates roadmap items, features, and technical decisions against the project's constitution, principles, and core values. Ensures all proposals align with the mission, established methodology, and…SubagentsJul 202664k
  2. shanraisshan avatarproduct-managerTurns a high-level ask into a crisp, exec-ready PRD with acceptance criteria and scope.SubagentsJul 202664k
  3. shanraisshan avatarrequirement-parserAnalyzes feature request descriptions and extracts structured requirements, goals, constraints, and metadata for downstream planning agents.SubagentsJul 202664k
  4. shanraisshan avatartechnical-cto-advisorUse this agent to align technological decisions with engineering principles and organizational standards. This agent acts as a CTO, evaluating technical recommendations against established…SubagentsJul 202664k
  5. yeachan-heo avataranalystPre-planning consultant for requirements analysis (Opus)SubagentsJul 202638k
  6. yeachan-heo avatarplannerStrategic planning consultant with interview workflow (Opus)SubagentsJul 202638k