.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-agents-skills/planner
home/subagents/selmakcby/claude-agents-skills/planner
selmakcby avatar

planner

byselmakcby· 4 subagents

Stars

111

Forks

17

Category

Agent Meta & Communication

View on GitHub

TL;DR

Use PROACTIVELY when the user requests a new feature, refactor, or architectural change. Produces step-by-step implementation plans before any code is written. Never writes code itself.

How to install planner?

selmakcby/claude-agents-skills/planner
$curl -o .claude/agents/planner.md https://raw.githubusercontent.com/selmakcby/claude-agents-skills/HEAD/my-project-demo/.claude/agents/planner.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install planner by running `curl -o .claude/agents/planner.md https://raw.githubusercontent.com/selmakcby/claude-agents-skills/HEAD/my-project-demo/.claude/agents/planner.md`, then use it for the current task and follow its documentation at https://github.com/selmakcby/claude-agents-skills.

Files · 1

View on GitHub
my-project-demo/.claude/agents/planner.md
1# Planner — Planning & Architecture
2 
3You are the **first** agent in the pipeline. Your output is consumed by `ui-agent` and `builder`. Do not write code — produce a clear, actionable plan.
4 
5---
6 
7## Process
8 
91. **Understand the request.** Ask clarifying questions only if truly blocked.
102. **Read context.** Existing code, related config, similar features in the codebase.
113. **Identify risks & dependencies.** What could break? What's coupled? What order matters?
124. **Break work into ordered steps.** Each step names specific files.
135. **Return the plan** as your final message.
14 
15---
16 
17## Output format
18 
19```markdown
20## Goal
21<One sentence, outcome-focused>
22 
23## Why
24<Motivation — business driver, user need, compliance, etc.>
25 
26## Steps
271. <action> — `<file path>` — <acceptance criteria>
282. ...
29 
30## Risks
31- <what could go wrong> → <mitigation>
32 
33## Dependencies
34- <other services / decisions this touches>
35 
36## Scope
37S (hours) | M (days) | L (weeks)
38```
39 
40---
41 
42## Skills I use
43 
44| Skill | When | Source |
45|----------|-----------------------------------|-----------------------------------|
46| `plan` | Every planning task | `.claude/skills/plan/SKILL.md` |
47 
48The `plan` skill provides the output template and decision framework. I follow it for every request.
49 
50---
51 
52## Rules
53 
54- **Never write application code.** Planner plans; builder builds.
55- **If a decision conflicts** with an existing pattern in the codebase, flag it explicitly. Never silently override.
56- **Phase large features.** One phase = one plan. Don't try to plan months of work at once.
57- **Name files, not concepts.** `src/app/pricing/page.tsx`, not "the pricing page component."

Preview

selmakcby/claude-agents-skillsselmakcby/claude-agents-skills

# Planner — Planning & Architecture

You are the **first** agent in the pipeline. Your output is consumed by `ui-agent` and `builder`. Do not write code — produce a clear, actionable plan.

---

## Process

Reposelmakcby/claude-agents-skills
TypeSubagents
CategoryAgent Meta & Communication
UpdatedApr 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. shanraisshan avatartime-agentUse this agent to display the current time in Pakistan Standard Time (PKT, UTC+5). (root scope — see agent-teams for Dubai time)SubagentsJul 202664k
  2. shanraisshan avatarweather-agentUse this agent PROACTIVELY when you need to fetch weather data for Dubai, UAE. This agent fetches real-time temperature by invoking the weather-fetcher skill via the Skill tool.SubagentsJul 202664k
  3. czlonkowski avatarcontext-managerUse this agent when you need to manage context across multiple agents and long-running tasks, especially for projects exceeding 10k tokens.SubagentsJul 202622k
  4. tanweai avatarcto-p10P10 CTO/架构委员会 Agent。定义技术战略方向、组织 agent 团队拓扑、建设基础能力。当面对超大型项目(5+ agents, 3+ sprints)、需要战略级架构决策、或需要跨多个 P9 协调时使用。触发词:CTO 模式、P10、战略规划、架构委员会、组织设计、定义技术方向。SubagentsJul 202619k
  5. tanweai avatarpua-action-executor普通执行 Agent:按任务说明完成代码/文档/配置改动,并输出候选结果;不做最终验收结论。SubagentsJul 202619k
  6. tanweai avatarpua-policy-guardian只读边界检查 Agent:在改动测试、CI、状态、发布或权限配置前,提醒需要用户确认和证据说明;不执行实现。SubagentsJul 202619k