| name | find-my-project |
| description | Helps beginners find their first AGENTIC project through pain point identification. Guides through questioning, analysis, project suggestion, and folder setup. Use when someone asks 'what project should I build?' or 'help me get started with Claude Code'. |
| disable-model-invocation | false |
| user-invocable | true |
| argument-hint | [optional: profession or pain point] |
| allowed-tools | Read, Write, Bash, Glob, Task |
Find My Project - ืกืงืื ืืืฆืืืช ืืคืจืืืืงื ืืืืฉืื
ืขืืจื ืืืฉืชืืฉืื ืืืฆืื ืืช ืืคืจืืืืงื ืืื'ื ืื ืืจืืฉืื ืฉืืื ื-Claude Code ืืจื ืืืืื ืืืืื ืืืืืืืืื
CRITICAL: Consult claude-code-guide
Before any significant decision, use:
Task tool with subagent_type=claude-code-guide
Example questions:
- "What Claude Code primitives exist for [use case]?"
- "How to structure an agentic project for [specific workflow]?"
- "What's the difference between skills, agents, and hooks?"
What is an Agentic Project?
Agentic project โ traditional code or classic automation
An agentic project is built from:
- CLAUDE.md - Knowledge about the user and project
- Skills - Modular capabilities the agent can invoke
- Processes - Stacks of skills
- Tools - Connections to external world
It is NOT:
- โ React/Node.js application
- โ Python script
- โ Database with API
- โ Zapier/Make automation
It IS:
- โ
Documents the agent knows how to read and update
- โ
Skills the agent knows how to invoke
- โ
Knowledge the agent uses for decisions
- โ
Templates the agent fills in
Goal
Help new Claude Code users:
- Identify their daily pain points
- Find a suitable agentic project (not code!)
- Set up the project structure
- Start with initial files
Workflow
Step 1: Pain Point Discovery
Ask the user about their daily work:
๐ฏ ืืื ื ืืฆื ืืช ืืคืจืืืืงื ืืืืฉืื ืขืืืจื!
ืขื ื ืขื ืืื ืฉืืืืช ืงืฆืจืืช:
1. **ืื ืืชืคืงืื ืฉืื?** (ืื ืื, ืคืจืืื ืกืจ, ืืื, ืขืืื...)
2. **ืื ืืืืจ ืฉืืื ืืชืืฉ ืืืชื ืืขืืืื?**
- ืืฉืื ืฉืืืืจ ืขื ืขืฆืื ืื ืืื/ืฉืืืข
- ืืฉืื ืฉืืืงื ืืจืื ืืื
- ืืฉืื ืฉืืชื ืฉืืื ืืขืฉืืช
3. **ืืืื ืืืื ืืชื ืืฉืชืืฉ ืืื ืืจืื?**
- ืืืืืื, ืืืืืกืืค, ืืงืกื...
- CRM, ืืืื, ืืขืจืืืช ื ืืืื...
4. **ืื ืืืืช ืจืืฆื ืฉืืขืฉื ืืื?**
Step 2: Analysis and Opportunity Identification
REQUIRED: Before continuing, consult claude-code-guide:
Use Task tool with subagent_type=claude-code-guide to ask:
"I have a user who [describe pain points]. What Claude Code primitives and project structure would be best for an AGENTIC project (not traditional code) to solve this?"
Based on responses and consultation, identify:
- Repetitive tasks โ Skills
- Multi-step processes โ Skill stacks
- Information that needs to be available โ CLAUDE.md + data files
- External actions โ Tools (MCP/API)
Step 3: Project Proposal
Present the recommended project to the user:
๐ก ืืคืจืืืืงื ืืืืืืฅ ืขืืืจื:
**ืฉื ืืคืจืืืืงื:** [appropriate name]
**ืื ืืื ืืขืฉื:**
- [capability 1]
- [capability 2]
- [capability 3]
**ืืื ืื ืืชืืื ืื:**
- ืคืืชืจ ืืช: [specific pain]
- ืืืกื: [specific benefit]
**ืืื ื ืืืืืฅ:**
project-name/
โโโ CLAUDE.md # ืืืืข ืขื ืืคืจืืืืงื ืืขืืื
โโโ data/ # ืงืืฆื ืืืืข (ืืงืืืืช, ืืฉืืืืช...)
โโโ templates/ # ืชืื ืืืช (ืืกืืืื, ืืืืขืืช...)
โโโ .claude/skills/ # ืกืงืืืื ืกืคืฆืืคืืื ืืคืจืืืืงื
ืจืืฆื ืฉืืงืื ืืช ืืชืืงืืื?
Step 4: Project Setup
If user approves:
- Create the folder structure:
mkdir -p ~/projects/[project-name]/{data,templates,.claude/skills}
-
Create initial CLAUDE.md with:
- User information (from questioning)
- Project purpose
- Basic rules
-
Suggest data files to add:
๐ฅ ืืื ืฉืืืื ืืขืืืจ ืื ืืื ืืืชืจ, ืฉืงืื ืืืื ืืก ืืชืืงืืื:
- ืจืฉืืืช ืืงืืืืช (ืืงืกื/CSV/ืืงืกื)
- ืืืืืืืช ืฉื ืืกืืืื ืฉืืชื ืฉืืื
- ืชืื ืืืช ืฉื ืืืืขืืช
- ืื ืืืืข ืงืืืข ืฉืืชื ืืฉืชืืฉ ืื
ืืืจื ืฉืชืื ืืก - ืื ื ืืืื ืืขืืืจ ืื ืืื ืืช ืืช ืืกืงืื ืืจืืฉืื!
Step 5: First Skill Recommendation
Based on identified pains, suggest a first skill:
โก ืืกืงืื ืืจืืฉืื ืืืืืืฅ:
**ืฉื:** [skill name]
**ืื ืืขืฉื:** [short description]
ืจืืฆื ืฉื ืืฆืืจ ืืืชื ืืื?
Important: Before creating the skill, consult claude-code-guide:
Use Task tool with subagent_type=claude-code-guide to ask:
"How to create a skill for [specific task]? What's the best structure?"
Common Project Examples
For Freelancers:
- Client Management - quotes, contracts, tracking
- Project Management - tasks, deadlines, reports
For Managers:
- Weekly Reports - data collection, processing, generation
- Team Tracking - tasks, statuses, alerts
For Entrepreneurs:
- Lead Management - tracking, reminders, conversion
- Content & Marketing - post creation, scheduling, measurement
What This Skill Does NOT Do
- Does not build classic applications (React, Node.js...)
- Does not create databases
- Focuses on Claude Code ecosystem: documents, skills, agents
Consultation Tool
Whenever you need information about Claude Code capabilities:
Task tool with subagent_type=claude-code-guide
Example questions:
- "What primitives exist in Claude Code for managing data?"
- "How to create a skill that calls other skills?"
- "What's the best way to structure CLAUDE.md?"
- "How to create agents for background tasks?"