ccsetup 1.1.0 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (89) hide show
  1. package/README.md +100 -342
  2. package/bin/create-project.js +1616 -60
  3. package/bin/lib/claudeInterface.js +209 -0
  4. package/bin/lib/contextGenerator.js +287 -0
  5. package/bin/lib/scanner/index.js +28 -0
  6. package/bin/scan.js +367 -0
  7. package/lib/aiAgentSelector.js +155 -0
  8. package/lib/aiMergeHelper.js +112 -0
  9. package/lib/contextGenerator.js +574 -0
  10. package/lib/contextMerger.js +812 -0
  11. package/lib/progressReporter.js +88 -0
  12. package/lib/scanConfig.js +200 -0
  13. package/lib/scanner/fileAnalyzer.js +605 -0
  14. package/lib/scanner/index.js +164 -0
  15. package/lib/scanner/patterns.js +277 -0
  16. package/lib/scanner/projectDetector.js +147 -0
  17. package/lib/templates/README.md +176 -0
  18. package/lib/templates/catalog.js +230 -0
  19. package/lib/templates/filter.js +257 -0
  20. package/lib/templates/index.js +45 -0
  21. package/lib/templates/metadata/agents.json +413 -0
  22. package/lib/templates/metadata-extractor.js +329 -0
  23. package/lib/templates/search.js +356 -0
  24. package/package.json +11 -4
  25. package/template/{agents → .claude/agents}/checker.md +29 -0
  26. package/template/.claude/settings.json +15 -0
  27. package/template/.claude/skills/prd/SKILL.md +343 -0
  28. package/template/.claude/skills/ralph/SKILL.md +339 -0
  29. package/template/CLAUDE.md +39 -21
  30. package/template/CONTRIBUTING.md +37 -0
  31. package/template/GEMINI.md +126 -0
  32. package/template/agents/README.md +15 -171
  33. package/template/docs/ROADMAP.md +0 -36
  34. package/template/docs/agent-orchestration.md +24 -141
  35. package/template/hooks/workflow-selector/index.js +398 -0
  36. package/template/scripts/ralph/CLAUDE.md +174 -0
  37. package/template/scripts/ralph/ralph.sh +127 -0
  38. package/template/tickets/ticket-list.md +17 -68
  39. package/template/agents/ai-engineer.md +0 -31
  40. package/template/agents/api-documenter.md +0 -31
  41. package/template/agents/architect-review.md +0 -42
  42. package/template/agents/backend-architect.md +0 -29
  43. package/template/agents/business-analyst.md +0 -34
  44. package/template/agents/c-pro.md +0 -34
  45. package/template/agents/cloud-architect.md +0 -31
  46. package/template/agents/code-reviewer.md +0 -28
  47. package/template/agents/content-marketer.md +0 -34
  48. package/template/agents/context-manager.md +0 -63
  49. package/template/agents/cpp-pro.md +0 -37
  50. package/template/agents/customer-support.md +0 -34
  51. package/template/agents/data-engineer.md +0 -31
  52. package/template/agents/data-scientist.md +0 -28
  53. package/template/agents/database-admin.md +0 -31
  54. package/template/agents/database-optimizer.md +0 -31
  55. package/template/agents/debugger.md +0 -29
  56. package/template/agents/deployment-engineer.md +0 -31
  57. package/template/agents/devops-troubleshooter.md +0 -31
  58. package/template/agents/dx-optimizer.md +0 -62
  59. package/template/agents/error-detective.md +0 -31
  60. package/template/agents/frontend-developer.md +0 -30
  61. package/template/agents/golang-pro.md +0 -31
  62. package/template/agents/graphql-architect.md +0 -31
  63. package/template/agents/incident-responder.md +0 -73
  64. package/template/agents/javascript-pro.md +0 -34
  65. package/template/agents/legacy-modernizer.md +0 -31
  66. package/template/agents/ml-engineer.md +0 -31
  67. package/template/agents/mlops-engineer.md +0 -56
  68. package/template/agents/mobile-developer.md +0 -31
  69. package/template/agents/network-engineer.md +0 -31
  70. package/template/agents/payment-integration.md +0 -31
  71. package/template/agents/performance-engineer.md +0 -31
  72. package/template/agents/prompt-engineer.md +0 -58
  73. package/template/agents/python-pro.md +0 -31
  74. package/template/agents/quant-analyst.md +0 -31
  75. package/template/agents/risk-manager.md +0 -40
  76. package/template/agents/rust-pro.md +0 -34
  77. package/template/agents/sales-automator.md +0 -34
  78. package/template/agents/search-specialist.md +0 -58
  79. package/template/agents/security-auditor.md +0 -31
  80. package/template/agents/sql-pro.md +0 -34
  81. package/template/agents/terraform-specialist.md +0 -34
  82. package/template/agents/test-automator.md +0 -31
  83. /package/template/{agents → .claude/agents}/backend.md +0 -0
  84. /package/template/{agents → .claude/agents}/blockchain.md +0 -0
  85. /package/template/{agents → .claude/agents}/coder.md +0 -0
  86. /package/template/{agents → .claude/agents}/frontend.md +0 -0
  87. /package/template/{agents → .claude/agents}/planner.md +0 -0
  88. /package/template/{agents → .claude/agents}/researcher.md +0 -0
  89. /package/template/{agents → .claude/agents}/shadcn.md +0 -0
package/README.md CHANGED
@@ -1,410 +1,168 @@
1
1
  # ccsetup
2
2
 
3
3
  [![npm version](https://img.shields.io/npm/v/ccsetup.svg)](https://www.npmjs.com/package/ccsetup)
4
- [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/marcia-ong/ccsetup/pulls)
5
4
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
6
- [![npm downloads](https://img.shields.io/npm/dm/ccsetup.svg)](https://www.npmjs.com/package/ccsetup)
7
5
 
8
- Quick setup for Claude Code projects with built-in 50+ agents, ticket system, planning tools and agent orchestration workflow.
6
+ One-command setup for Claude Code projects. Creates a ready-to-use project structure with 8 core agents, orchestration workflows, ticket system, and planning tools.
9
7
 
10
- ## Installation
8
+ ## Quick Start
11
9
 
12
10
  ```bash
13
- # Create a new project
11
+ # Interactive mode
12
+ npx ccsetup
13
+
14
+ # Create new project
14
15
  npx ccsetup my-project
15
16
 
16
17
  # Setup in current directory
17
18
  npx ccsetup .
18
-
19
- # Install globally (optional)
20
- npm install -g ccsetup
21
- ccsetup my-project
22
19
  ```
23
20
 
24
- ## Command Line Options
21
+ ## What You Get
25
22
 
26
- ```bash
27
- ccsetup [project-name] [options]
28
-
29
- Options:
30
- --force, -f Skip all prompts and overwrite existing files
31
- --dry-run, -d Show what would be done without making changes
32
- --agents Interactive agent selection mode
33
- --all-agents Include all agents without prompting
34
- --no-agents Skip agent selection entirely
35
- --browse-agents Copy all agents to /agents folder for browsing
36
- --help, -h Show help message
37
-
38
- Examples:
39
- ccsetup # Create in current directory
40
- ccsetup my-project # Create in new directory
41
- ccsetup . --force # Overwrite files in current directory
42
- ccsetup my-app --dry-run # Preview changes without creating files
43
- ccsetup --agents # Interactive agent selection only
44
- ccsetup my-app --all-agents # Include all agents automatically
45
- ccsetup --browse-agents # Copy all agents for manual selection
23
+ ```
24
+ my-project/
25
+ ├── CLAUDE.md # Project instructions for Claude
26
+ ├── CONTRIBUTING.md # Contribution guidelines
27
+ ├── GEMINI.md # Gemini setup (optional)
28
+ ├── .claude/
29
+ │ ├── agents/ # 8 core agents
30
+ │ ├── skills/ # /prd and /ralph slash commands
31
+ │ └── settings.json
32
+ ├── agents/
33
+ │ └── README.md # Agent documentation
34
+ ├── scripts/
35
+ │ └── ralph/ # Autonomous agent loop
36
+ ├── docs/
37
+ │ ├── ROADMAP.md # Development roadmap
38
+ │ └── agent-orchestration.md
39
+ ├── tickets/ # Task tracking
40
+ └── plans/ # Planning documents
46
41
  ```
47
42
 
48
- ## What's Included
49
-
50
- The boilerplate template creates:
51
- - **CLAUDE.md** - Project instructions for Claude
52
- - **agents/** - Specialized AI agents (planner, coder, checker, etc.)
53
- - **tickets/** - Task tracking system
54
- - **plans/** - Project planning documents
55
- - **docs/** - Documentation with ROADMAP.md and agent-orchestration.md
56
- - **.claude/** - Claude Code specific directory structure (created automatically)
57
-
58
- ## Key Features
59
-
60
- - 🎯 **Interactive Agent Selection** - Choose which agents to include during setup
61
- - 📚 **Browse Mode** - Copy all 50+ agents to explore and manually select later
62
- - 🔄 **Agent Orchestration Workflows** - Pre-defined workflows that automatically coordinate multiple agents for complex tasks
63
- - 🔒 **Smart Conflict Resolution** - Handle existing files with skip/rename/overwrite options
64
- - 📁 **.claude Directory Support** - Automatic creation of Claude Code directory structure
65
- - 🏃 **Dry Run Mode** - Preview changes before applying them
66
- - ⚡ **Force Mode** - Skip all prompts for automated workflows
67
- - 🎨 **Standalone Agent Preview** - Explore available agents without setup
68
- - 🎭 **Systematic Task Execution** - Agents work in sequence, building on each other's outputs
69
-
70
- ## Project Structure
71
-
72
- - **templates/** - The boilerplate templates that will be copied to user's project
73
- - **bin/** - CLI executable for ccsetup
74
- - **agents/**, **docs/**, **plans/**, **tickets/** - Working files for ccsetup development (not part of the template)
75
-
76
- ## Usage
77
-
78
- 1. Create a new project:
79
- ```bash
80
- npx ccsetup my-awesome-project
81
- cd my-awesome-project
82
- ```
83
-
84
- 2. Edit `CLAUDE.md` with your project-specific instructions
85
-
86
- 3. Update `docs/ROADMAP.md` with your project goals
87
-
88
- 4. Start creating tickets in `tickets/` directory
89
-
90
- ## Claude Code Integration
91
-
92
- ccsetup seamlessly integrates with Claude Code:
93
-
94
- - **Automatic Detection** - Checks if Claude Code is initialized in your project
95
- - **.claude Directory** - Creates Claude Code directory structure automatically
96
- - **Agent Installation** - Copies agents to `.claude/agents/` for native Claude Code support
97
- - **Smart Initialization** - Offers to create `.claude` directory if Claude Code isn't detected
98
-
99
- When running in the current directory (`npx ccsetup .`), it will check for Claude Code and provide instructions if not found. For new projects, ccsetup will remind you to initialize Claude Code after setup.
100
-
101
- ## Using Agents
102
-
103
- The boilerplate includes 50+ specialized agents covering all aspects of development:
104
-
105
- ### Core Development Agents
106
- - **planner.md** - Strategic planning and task breakdown
107
- - **coder.md** - Implementation and development
108
- - **checker.md** - Testing and quality assurance
109
- - **researcher.md** - Research and information gathering
110
-
111
- ### Language Specialists
112
- - **python-pro.md**, **golang-pro.md**, **rust-pro.md**, **javascript-pro.md**, **c-pro.md**, **cpp-pro.md**, **sql-pro.md**
113
-
114
- ### Infrastructure & Operations
115
- - **devops-troubleshooter.md**, **cloud-architect.md**, **terraform-specialist.md**, **database-admin.md**, **network-engineer.md**
116
-
117
- ### Quality & Security
118
- - **code-reviewer.md**, **security-auditor.md**, **test-automator.md**, **performance-engineer.md**
119
-
120
- ### And Many More!
121
- Over 50 specialized agents for frontend, backend, blockchain, ML/AI, business analysis, and more!
122
-
123
- 📖 **[View all agents with detailed descriptions →](https://github.com/MrMarciaOng/ccsetup/blob/main/template/agents/README.md)**
124
-
125
- ### Interactive Agent Selection
126
-
127
- During setup, ccsetup will prompt you to either:
128
-
129
- 1. **Browse Mode** - Get all 50+ agents to explore later
130
- 2. **Select Specific Agents** - Choose from curated list
131
-
132
- ```bash
133
- 🤖 How would you like to set up agents for your Claude Code project?
134
-
135
- Use arrow keys to navigate, Enter to select
136
-
137
- > Browse Mode - Copy all 50+ agents to /agents folder (explore later)
138
- Select Agents - Choose specific agents to include now
139
- Skip - Don't include any agents
43
+ ### Core Agents
140
44
 
141
- # If you choose "Select Agents":
142
- 🤖 Select agents to include in your Claude Code project
45
+ backend, blockchain, checker, coder, frontend, planner, researcher, shadcn
143
46
 
144
- Use arrow keys to navigate, space to select/deselect, 'a' to toggle all
47
+ ### Skills (Slash Commands)
145
48
 
146
- Choose your agents:
147
- backend - Backend development specialist for API design and server optimization
148
- ◯ blockchain - Web3 and smart contract development expert
149
- ◯ checker - Quality assurance and code review specialist
150
- ◯ coder - Expert software developer for implementation
151
- ◯ frontend - Frontend development specialist for UI/UX
152
- ◯ planner - Strategic planning specialist for complex problems
153
- ◯ researcher - Research specialist for documentation and code analysis
154
- ◯ shadcn - shadcn/ui component library expert
155
- ```
49
+ - **/prd** — Scans your codebase (tech stack, quality gates, architecture), then generates a structured PRD with real file paths and auto-detected quality criteria
50
+ - **/ralph** Converts a PRD into `prd.json` format for autonomous execution, with exact quality check commands and file hints per story
156
51
 
157
- You can also use flags to control agent selection:
158
- - `--all-agents` - Include all available agents
159
- - `--no-agents` - Skip agent selection entirely
160
- - `--agents` - Preview available agents without creating a project
52
+ ## Key Options
161
53
 
162
- Example:
163
54
  ```bash
164
- # Include all agents without prompting
165
- npx ccsetup my-project --all-agents
166
-
167
- # Create project without any agents
168
- npx ccsetup my-project --no-agents
169
-
170
- # Preview available agents only
171
- npx ccsetup --agents
55
+ npx ccsetup my-project --agents # Interactive agent selection
56
+ npx ccsetup my-project --all-agents # Include all agents
57
+ npx ccsetup my-project --no-agents # Skip agent selection entirely
58
+ npx ccsetup . --scan-context # Scan existing project for context
59
+ npx ccsetup --scan-only # Only scan and update CLAUDE.md
60
+ npx ccsetup my-project --dry-run # Preview without creating files
61
+ npx ccsetup my-project --force # Skip prompts, overwrite existing
62
+ npx ccsetup my-project --browse # Enhanced template browsing UI
63
+ npx ccsetup --install-hooks # Install workflow selection hooks (advanced)
172
64
  ```
173
65
 
174
- ### Browse Mode - New Feature! 📚
66
+ ### Repository Scanning
175
67
 
176
- With 50+ specialized agents available, browse mode lets you explore all agents at your leisure:
68
+ Scan existing projects to auto-generate CLAUDE.md context:
177
69
 
178
70
  ```bash
179
- # Copy all agents to /agents folder for browsing
180
- npx ccsetup my-project --browse-agents
71
+ ccsetup scan # Scan current directory
72
+ ccsetup scan --update # Update existing CLAUDE.md
73
+ ccsetup scan --update --merge-strategy replace # Replace CLAUDE.md entirely
181
74
  ```
182
75
 
183
- In browse mode:
184
- - All 50+ agents are copied to your project's `/agents` folder
185
- - You can read through each agent to understand their capabilities
186
- - Manually copy the ones you want to `~/.claude/agents` when ready
187
- - No overwhelming selection process during setup!
76
+ Detects languages, frameworks, project structure, and commands from package.json/Makefile/Docker Compose.
188
77
 
189
- Example workflow:
190
- ```bash
191
- # 1. Create project with browse mode
192
- npx ccsetup my-project --browse-agents
78
+ ## Agent Workflows
193
79
 
194
- # 2. Explore agents
195
- cd my-project/agents
196
- ls # See all available agents
80
+ Pre-configured multi-agent workflows:
197
81
 
198
- # 3. Read agent descriptions
199
- cat code-reviewer.md
82
+ - **Feature Development**: Researcher → Planner → Coder → Checker
83
+ - **Bug Fix**: Researcher → Coder → Checker
84
+ - **API Development**: Planner → Backend → Frontend → Checker
85
+ - **UI Components**: Frontend → Shadcn → Checker
200
86
 
201
- # 4. Copy desired agents to activate them
202
- cp code-reviewer.md ~/.claude/agents/
203
- cp python-pro.md ~/.claude/agents/
204
- ```
87
+ See [docs/agent-orchestration.md](docs/agent-orchestration.md) for details.
205
88
 
206
- This approach is perfect when you:
207
- - Want to explore all available agents
208
- - Prefer to choose agents based on your project needs as they arise
209
- - Don't want to be overwhelmed with 50+ choices during setup
89
+ ### Workflow Selector Hook (Optional)
210
90
 
211
- ### Conflict Resolution
91
+ An optional hook that analyzes your prompts and suggests the best agent workflow for the task. Claude will ask before applying the suggestion.
212
92
 
213
- When existing files are detected, ccsetup offers smart conflict resolution:
93
+ **During setup**, you'll be asked if you want to install it. You can also install it later:
214
94
 
215
95
  ```bash
216
- ⚠️ File conflicts detected. You will be asked how to handle each category.
217
-
218
- 📄 CLAUDE.md conflicts:
219
- - CLAUDE.md
220
-
221
- Conflict resolution options:
222
- 1) skip (s) - Keep your existing files
223
- 2) rename (r) - Save template files with -ccsetup suffix
224
- 3) overwrite (o) - Replace with template versions
225
-
226
- Your choice for CLAUDE.md [s/r/o]:
96
+ npx ccsetup --install-hooks
227
97
  ```
228
98
 
229
- Categories are handled separately:
230
- - **CLAUDE.md** - Project instructions (warns before overwriting)
231
- - **Agents** - AI agent files
232
- - **Documentation** - docs/ folder files
233
- - **Plans** - plans/ folder files
234
- - **Tickets** - tickets/ folder files
99
+ **To activate**, set the environment variable:
235
100
 
236
- ## Agent Orchestration Showcase
101
+ ```bash
102
+ export CCSETUP_WORKFLOW=1
103
+ ```
237
104
 
238
- The template includes powerful agent orchestration workflows that guide Claude through complex tasks systematically. Here are real-world examples:
105
+ When active, the hook suggests workflows like "Feature Development: Researcher Planner → Coder → Checker" and asks if you'd like to follow it. When the env var is unset, the hook exits silently and Claude uses its default behavior.
239
106
 
240
- ### 🚀 Feature Development Example
107
+ ## Ralph Autonomous Agent Loop
241
108
 
242
- **Scenario**: Building a user authentication system
109
+ Ralph is an autonomous coding agent that implements user stories from a PRD one at a time, with built-in subagent verification.
243
110
 
244
- ```bash
245
- # In Claude Code, you would say:
246
- "I need to add user authentication to my app. Use the feature development workflow to guide me through this."
247
-
248
- # Claude will automatically orchestrate:
249
- 1. Researcher Agent → Analyzes existing codebase, identifies auth patterns
250
- 2. Planner Agent → Creates detailed implementation plan with JWT, sessions, etc.
251
- 3. Coder Agent → Implements auth endpoints, middleware, and UI components
252
- 4. Checker Agent → Tests security, validates implementation, checks edge cases
253
- ```
254
-
255
- ### 🐛 Bug Fix Example
111
+ ### Workflow
256
112
 
257
- **Scenario**: Users report login failures after 5 minutes
113
+ 1. **Create a PRD** Use `/prd` in Claude Code to generate a codebase-aware PRD
114
+ 2. **Convert to Ralph format** — Use `/ralph` to generate `scripts/ralph/prd.json` with quality checks and file hints
115
+ 3. **Run Ralph** — Launch the autonomous loop:
258
116
 
259
117
  ```bash
260
- # You tell Claude:
261
- "Users are getting logged out after 5 minutes. Use the bug fix workflow to investigate and fix this."
118
+ # Default: 10 iterations using amp
119
+ ./scripts/ralph/ralph.sh
262
120
 
263
- # Claude orchestrates:
264
- 1. Researcher Agent → Investigates session handling, token expiry, logs
265
- 2. Coder Agent → Fixes token refresh logic, updates session timeout
266
- 3. Checker Agent → Verifies fix, tests edge cases, ensures no regressions
267
- ```
121
+ # Use Claude Code instead of amp
122
+ ./scripts/ralph/ralph.sh --tool claude
268
123
 
269
- ### 🏗️ API Development Example
124
+ # Specify model and max iterations
125
+ ./scripts/ralph/ralph.sh --tool claude --model opus 20
270
126
 
271
- **Scenario**: Building a REST API for a blog platform
272
-
273
- ```bash
274
- # You request:
275
- "Help me build a complete REST API for blog posts with CRUD operations. Follow the API development workflow."
276
-
277
- # Claude coordinates:
278
- 1. Planner Agent → Designs RESTful endpoints, database schema, auth strategy
279
- 2. Backend Agent → Implements controllers, models, middleware, validation
280
- 3. Frontend Agent → Creates API client, integration examples (if needed)
281
- 4. Checker Agent → Tests all endpoints, validates OpenAPI spec, security audit
127
+ # Quick run with sonnet
128
+ ./scripts/ralph/ralph.sh --tool claude --model sonnet 5
282
129
  ```
283
130
 
284
- ### 🎨 UI Component Example
131
+ ### What happens each iteration
285
132
 
286
- **Scenario**: Creating a responsive dashboard with shadcn/ui
133
+ 1. Reads `prd.json` and picks the next incomplete story
134
+ 2. Reads story `notes` for file hints (pre-populated by `/ralph`)
135
+ 3. Implements the story
136
+ 4. Runs exact quality check commands from `prd.json` (`qualityChecks` field)
137
+ 5. Spawns a **checker subagent** to independently verify the implementation against acceptance criteria
138
+ 6. If reviewer approves → commits. If not → fixes and re-verifies (up to 3 cycles)
139
+ 7. Updates `prd.json` (`passes: true`) and appends to `progress.txt`
140
+ 8. Exits when all stories pass, or after max iterations
287
141
 
288
- ```bash
289
- # You ask:
290
- "Create a dashboard with charts and stats cards using shadcn. Use the UI component workflow."
142
+ ### Options
291
143
 
292
- # Claude executes:
293
- 1. Frontend Agent → Designs component structure, responsive layout
294
- 2. Shadcn Agent Implements with shadcn/ui components, themes, animations
295
- 3. Checker Agent Tests responsiveness, accessibility, performance
296
- ```
144
+ | Flag | Default | Description |
145
+ |------|---------|-------------|
146
+ | `--tool amp\|claude` | `amp` | Which AI tool to use |
147
+ | `--model opus\|sonnet\|haiku` | (default) | Model selection (Claude only) |
148
+ | `[number]` | `10` | Max iterations |
297
149
 
298
- ### 🔍 Quality Assurance Example
150
+ ### Archiving
299
151
 
300
- **Scenario**: Comprehensive review before deployment
152
+ Ralph auto-archives previous runs when the branch changes. Archives are saved to `scripts/ralph/archive/YYYY-MM-DD-feature-name/`.
301
153
 
302
- ```bash
303
- # You request:
304
- "Run full QA on the authentication feature we just built."
305
-
306
- # Claude performs:
307
- 1. Researcher Agent → Analyzes all changes, identifies test requirements
308
- 2. Checker Agent → Runs security scans, performance tests, accessibility checks
309
- 3. Coder Agent → Fixes any issues found
310
- 4. Checker Agent → Final validation, generates QA report
311
- ```
154
+ ## Documentation
312
155
 
313
- ### 💡 How to Use Agent Orchestration
314
-
315
- 1. **Read the orchestration guide**:
316
- ```
317
- "Read docs/agent-orchestration.md to understand available workflows"
318
- ```
319
-
320
- 2. **Choose your workflow**:
321
- - Feature Development: Complex new features
322
- - Bug Fix: Investigating and fixing issues
323
- - Refactoring: Improving code quality
324
- - API Development: Building APIs
325
- - UI Components: Frontend development
326
- - Blockchain: Web3 features
327
- - QA: Quality assurance
328
-
329
- 3. **Let Claude guide you**:
330
- ```
331
- "I need to [your task]. Which workflow should we use?"
332
- ```
333
-
334
- 4. **Follow the flow**:
335
- - Claude will automatically use agents in the correct sequence
336
- - Each agent builds on the previous one's work
337
- - You get systematic, thorough results
338
-
339
- The orchestration ensures nothing is missed and follows best practices automatically!
340
-
341
- ## Getting Started with Claude Code
342
-
343
- After setting up your project with `ccsetup`:
344
-
345
- 1. **Open Claude Code** in your project directory:
346
- ```bash
347
- cd my-awesome-project
348
- claude
349
- ```
350
-
351
- 2. **Let Claude understand your project** by asking:
352
- - "Read the CLAUDE.md file to understand this project"
353
- - "Check the roadmap in docs/ROADMAP.md"
354
- - "What agents are available in the agents directory?"
355
- - "Read the README files in docs, tickets, and plans folders to understand the workflow"
356
-
357
- 3. **Start working** with Claude:
358
- - Use the planner agent: "Use the planner agent to help me design a user authentication system"
359
- - Create tickets: "Create a ticket for implementing user login"
360
- - Implement features: "Use the coder agent to implement the login functionality"
361
- - Review code: "Use the checker agent to review the code we just wrote"
362
-
363
- 4. **Important setup steps**:
364
- - **Update ROADMAP.md**: Define your project's goals, features, and development phases
365
- - **Read folder documentation**: Each folder (docs/, tickets/, plans/) has a README explaining its purpose and format
366
- - **Customize CLAUDE.md**: Add project-specific instructions, commands, and context
367
-
368
- 5. **Workflow tips**:
369
- - Always start with planning for complex features
370
- - Create tickets to track progress
371
- - Use the appropriate agent for each task
372
- - Keep CLAUDE.md updated with project-specific instructions
373
- - Follow the workflow defined in docs/ROADMAP.md
374
-
375
- ## Features
376
-
377
- ### Core Features
378
- - ✅ Pre-configured project structure for Claude Code
379
- - 🤖 50+ specialized agents from the [wshobson/agents](https://github.com/wshobson/agents) collection - [view all →](https://github.com/MrMarciaOng/ccsetup/blob/main/template/agents/README.md)
380
- - 🎫 Built-in ticket and planning system
381
- - 📋 Ready-to-use boilerplate with best practices
382
- - 📁 Automatic .claude directory integration
383
-
384
- ### CLI Features
385
- - 🎯 Interactive agent selection with descriptions
386
- - 🔄 Smart conflict resolution (skip/rename/overwrite)
387
- - 👀 Dry-run mode to preview changes
388
- - ⚡ Force mode for CI/CD pipelines
389
- - 🎨 Standalone agent preview mode
390
- - 🛡️ Security validations for file operations
391
-
392
- ### Agent Orchestration
393
- The template includes `docs/agent-orchestration.md` which defines workflows for:
394
- - **Feature Development** - Researcher → Planner → Coder → Checker
395
- - **Bug Fixes** - Researcher → Coder → Checker
396
- - **Refactoring** - Researcher → Planner → Coder → Checker
397
- - **API Development** - Planner → Backend → Frontend → Checker
398
- - **UI Components** - Frontend → Shadcn → Checker
399
- - **Blockchain** - Planner → Blockchain → Checker
400
- - **Quality Assurance** - Researcher → Checker → Coder → Checker
156
+ - [Agent Orchestration](docs/agent-orchestration.md)
157
+ - [Available Agents](template/agents/README.md)
158
+ - [Ticket System](docs/ticket-system.md)
401
159
 
402
160
  ## Credits
403
161
 
404
- Born from our discussions in TechOverflow with [vichannnnn](https://github.com/vichannnnn) and [nasdin](https://github.com/nasdin)
162
+ Born from discussions in TechOverflow with [vichannnnn](https://github.com/vichannnnn), [MrMarciaOng](https://github.com/MrMarciaOng), and [nasdin](https://github.com/nasdin).
405
163
 
406
- The 44 specialized agents collection is from [wshobson/agents](https://github.com/wshobson/agents) - an amazing collection of Claude Code subagents for every development need!
164
+ Agent collection from [wshobson/agents](https://github.com/wshobson/agents).
407
165
 
408
166
  ## License
409
167
 
410
- MIT
168
+ MIT