project-creator by daronvee/ccgg-project-creator-skill
npx skills add https://github.com/daronvee/ccgg-project-creator-skill --skill project-creator此技能的作用:自动创建新的 CCGG 业务运营项目,并预先实现所有必需的机制(父系统集成、活跃项目索引、运营日志记录等)。
使用时机:创建新的孵化器项目、向 CCGG 添加子项目、设置项目结构时
防止:忘记关键机制,例如父系统集成(触发此技能创建的问题)
触发短语:
支持的项目类型:
向 Daron 提问(按对话顺序):
"项目名称是什么?"
member-retention-sequences)"项目的目的是什么?"(1-2 句话)
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
分析项目描述以寻找多阶段指标(建议,非提问):
Claude 分析 项目目的和可交付成果以寻找信号:
* 关键词:"validate"、"test"、"feedback"、"iterate"、"production rollout"、"pilot"
* 复杂的可交付成果(需要测试的 3 个以上主要组件)
* 与现有系统的集成(需要测试阶段)
* 用户提到"experiment"、"trial"或"phase"
* 项目类型:基础设施、框架、新系统(相对于简单的内容创建)
如果检测到多阶段指标,建议分阶段方法:
"根据您的项目描述,我建议采用多阶段方法:
阶段 1:[研究与规划 / 设置与测试 / 最小可行产品]
阶段 2:[构建与测试 / 验证与优化 / 生产部署]
阶段 3:[部署与扩展 / 制度化 / 维护]
这允许在全面部署之前进行测试和反馈。您想使用这种分阶段方法吗?"
用户可以回应:
* "是的,使用阶段" → 使用建议的阶段生成 `PHASE_TRACKER.md`
* "不,单阶段" → 跳过阶段跟踪器
* "让我自定义阶段" → 询问阶段名称/持续时间
如果没有多阶段指标,跳过建议和阶段跟踪器
"这个项目会与其他项目协调或有依赖关系吗?"
始终:检测并捕获依赖关系(新增 - 强制功能)
Claude 主动建议 基于项目描述的依赖关系:
"让我帮助识别此项目的依赖关系:
阻塞依赖关系(必须先完成才能开始此项目):
- 在您开始之前,哪些现有工作必须完成?
- 您需要其他项目的哪些可交付成果?
下游依赖关系(等待此项目的项目):
- 哪些其他项目在等待此项目?
- 此项目将启用或解锁什么?
相关并行项目(连接但不阻塞):
- 哪些其他项目与此项目共享主题/工具?
[根据您的项目描述,我看到了潜在的依赖关系:]
- [根据提到的关键词/可交付成果建议上游依赖]
- [根据需要此项工作的活跃项目建议下游依赖]
我应该将这些添加到依赖关系元数据中吗?"
以 YAML 格式捕获:
dependencies:
blocks: ["project-id-1", "project-id-2"] # 必须先完成
blocked_by: ["project-id-3"] # 等待此项目
related_parallel: ["project-id-4"] # 连接,但不阻塞
即使"没有",仍创建空字段(强制有意识的决定):
dependencies:
blocks: [] # 无上游依赖
blocked_by: [] # 无下游依赖
related_parallel: [] # 无相关工作
6. 如果是复杂项目:"此项目与哪些项目协调?"
* 上游依赖(此项目需要什么)
* 下游依赖(其他项目从此项目需要什么)
* 示例:"依赖于 hormozi-money-models(框架),输入到 retention-reengagement(实施)"
* **注意**:这是用于协调中心文档(叙述性文字),步骤 5 捕获 YAML 元数据
7. "关键可交付成果是什么?"(3-5 项)
* 此项目将产生的具体输出
* 示例:"电子邮件序列模板、DM 脚本、留存手册"
8. "此项目服务于哪些角色?"(可选,用于战略对齐)
* 来自 `Target_Avatars_Complete_Profiles.md`
* 如果是"所有角色" → 注明
* 如果是特定角色 → 列出它们
基于问题 3 的答案:
简单项目(如果无协调):
CLAUDE.mdREADME.mdoperations_log 条目复杂项目(如果有协调):
Coordination Hub/ 文件夹
PROJECT_DEPENDENCIES.mdINTEGRATION_CHECKLIST.mdOUTPUT_LIBRARY.mdCLAUDE.md(跨项目知识访问模式)CLAUDE.md 文件中的集成部分位置:Active Projects/_Incubator/[project-name]/
手动创建(计划未来实现自动化脚本):
mkdir "Active Projects/_Incubator/[project-name]"templates/CLAUDE_SIMPLE.md 或 templates/CLAUDE_COMPLEX.md 创建 CLAUDE.mdtemplates/PHASE_TRACKER_TEMPLATE.md 创建 PHASE_TRACKER.md{{VARIABLE}} 标记)这将创建:
[project-name]/
├── CLAUDE.md # 项目指南(包含父系统集成)
├── README.md # 快速开始 + 概述
├── [基于项目类型的文件夹]
└── Coordination Hub/ # 如果是复杂项目
├── PROJECT_DEPENDENCIES.md
├── INTEGRATION_CHECKLIST.md
└── OUTPUT_LIBRARY.md
注意:完整的自动化脚本(create_project.sh)已计划但尚未实现。当前工作流程使用模板 + 手动变量替换。
使用模板:
templates/CLAUDE_SIMPLE.mdtemplates/CLAUDE_COMPLEX.md必需部分(所有项目):
附加部分(复杂项目): 8. 自主知识访问(跨项目引用、访问命令) 9. 与其他项目协调(依赖链、集成点)
填充变量:
{{PROJECT_NAME}} 替换为实际名称{{PROJECT_PURPOSE}} 替换为步骤 1 中的目的{{DELIVERABLES}} 替换为步骤 1 中的列表{{UPSTREAM_DEPS}} 和 {{DOWNSTREAM_DEPS}} 替换为步骤 1 中的项目(如果是复杂项目){{AVATARS}} 替换为步骤 1 中的角色{{CREATED_DATE}} 中添加当前日期{{PHASE_TRACKER_SECTION}} 替换为:
PHASE_TRACKER.md。\n\n当前阶段:[阶段 1 名称]\n下一个里程碑:[阶段 1 完成]\n\n手动检查:随时说'检查阶段跟踪器'以获取状态更新。"使用模板:templates/README.md
必需部分:
保持简洁:最多 200 行。README 用于快速定位,CLAUDE.md 包含详细信息。
跳过此步骤如果:单阶段项目(步骤 1 中未建议/接受分阶段)
如果是多阶段项目:
位置:Active Projects/_Incubator/[project-name]/PHASE_TRACKER.md
使用模板:templates/PHASE_TRACKER_TEMPLATE.md
填充变量:
{{PROJECT_NAME}}、{{PROJECT_TITLE}}、{{CREATED_DATE}} - 来自步骤 1{{PHASE_N_NAME}} - 阶段名称(例如,"Setup & Test"、"Validation & Refinement"){{PHASE_N_GOAL}} - 此阶段实现什么{{PHASE_N_DURATION}} - 时间估计(例如,"4 weeks"、"1 week"){{PHASE_N_TARGET_DATES}} - 日期范围(从项目开始 + 持续时间计算){{PHASE_N_CRITERIA}} - 完成标准(基于可交付成果建议){{PHASE_N_DELIVERABLES}} - 阶段特定的可交付成果清单{{PHASE_N_REMINDER_LOGIC}} - Claude 如何每周检查{{PHASE_N_TRANSITION_TRIGGER}} - 何时提示下一阶段{{PHASE_N_NEXT_TRIGGER}} - 日期或标准{{PHASE_N_CHECK_LOGIC}} - 如何验证完成度{{PHASE_N_SUCCESS_INDICATORS}} - 成功的信号是什么{{PHASE_N_SUCCESS_DEFINITION}} - 整体阶段成功定义{{PROJECT_COMPLETION_DEFINITION}} - "项目完成"意味着什么{{OVERALL_SUCCESS_DEFINITION}} - 最终成功定义{{NEXT_CHECK_DATE}} - 计算(项目开始 + 1 周)默认阶段结构(如果用户接受建议):
阶段 1:设置与测试 / 最小可行产品 / 研究与规划(2-4 周)
阶段 2:验证与优化 / 生产部署 / 构建与测试(1-2 周)
阶段 3:制度化 / 扩展 / 部署(1 周)
CLAUDE.md,添加到注册表,可持续主动提醒示例:
Phase 1 Reminder Logic:
- Weekly: Check if [X weeks] passed OR [N deliverables] complete
- Transition: After [criteria met] OR [deadline] → "Ready for Phase 2?"
Phase 2 Reminder Logic:
- After Phase 1 complete → Prompt immediately
- After Phase 2 tasks done → "Ready for Phase 3?"
Phase 3 Reminder Logic:
- After Phase 2 complete → Prompt immediately
- After Phase 3 tasks done → "Project complete!"
位置:Project Memory/Active Projects Index/[project-name]-index.md
使用模板:templates/PROJECT_INDEX.md
必需内容(YAML 前言 + 部分):
---
project_id: "incubator-[project-name]"
title: "[Project Title]"
project_type: "incubator-program"
status: "incubating"
date_created: "YYYY-MM-DD"
date_modified: "YYYY-MM-DD"
folder_path: "Active Projects/_Incubator/[project-name]"
tags: ["tag1", "tag2", "tag3"]
strategic_alignment:
oobg_relevance: "[How this serves OOBG]"
unique_vehicle_fit: "[How this leverages YouTube + CCGG community]"
avatar_targets: ["Avatar1", "Avatar2"]
# NEW: Dependency tracking (from Step 5)
dependencies:
blocks: [] # Projects that BLOCK this one (must complete first)
blocked_by: [] # Projects this one BLOCKS (waiting for this)
related_parallel: [] # Connected but not blocking
dependency_status:
is_blocked: false # Auto-calculated from blocks[]
blocking_count: 0 # Auto-calculated from blocked_by[]
ready_to_start: true # Auto-calculated
last_sync: "YYYY-MM-DD (Project creation)"
---
## Current Status
[Project status description]
## Key Deliverables
[Checklist of deliverables]
## Last Activity
[Most recent work]
## Quick Access
[Links to project folder and key files]
使用步骤 1 的数据填充
如果是简单项目:跳过此步骤。
如果是复杂项目:创建 3 个协调文件:
目的:跟踪此项目需要从/提供给其他项目的内容
使用模板:templates/coordination/PROJECT_DEPENDENCIES.md
填充:
目的:确保在执行/交接前满足所有依赖关系
使用模板:templates/coordination/INTEGRATION_CHECKLIST.md
填充:
目的:为其他项目参考编目可交付成果
使用模板:templates/coordination/OUTPUT_LIBRARY.md
填充:
自动记录到 operations_log.txt:
[YYYY-MM-DD HH:MM:SS] - CREATE - [project-name] - New incubator project created. [Simple/Complex] structure. [Key context]. Deliverables: [list]. Dependencies: [if complex].
示例:
[2025-10-29 14:30:00] - CREATE - member-retention-sequences - New incubator project created. Simple structure. Email sequences to re-engage churned members. Deliverables: 5 email templates, 3 DM scripts, retention playbook.
运行检查清单(自动验证):
bash scripts/validate_project.sh [project-name]
手动检查清单(如果脚本不可用):
CLAUDE.md 存在并包含父系统集成部分CLAUDE.md 包含多阶段项目跟踪器部分及适当文本README.md 存在并包含快速开始部分operations_log.txt 条目已添加PHASE_TRACKER.md 已创建并填充{{PLACEHOLDER}})如果有任何检查失败:在继续之前修复。
生成摘要报告:
✅ Project Created: [project-name]
**Location**: Active Projects/_Incubator/[project-name]/
**Complexity**: [Simple/Complex]
**Multi-Phase**: [Yes (3 phases) / No (single-phase)]
**Purpose**: [One-sentence purpose]
**Files Created**:
- CLAUDE.md (with PARENT SYSTEM INTEGRATION ✓)
- README.md
- [If multi-phase] PHASE_TRACKER.md (Phase 1: [name], Phase 2: [name], Phase 3: [name])
- [List other files/folders]
**Index Entry**: Project Memory/Active Projects Index/[project-name]-index.md ✓
**Operations Log**: Logged at [timestamp] ✓
**Phase Tracker** (if multi-phase):
- Current Phase: Phase 1 ([name])
- Next Check: [date] (weekly during strategic planning)
- Manual Check: Say "Check phase tracker [project-name]" anytime
**Next Steps**:
1. Review CLAUDE.md for project-specific guidance
2. [If multi-phase] Review PHASE_TRACKER.md for phase timeline
3. Begin work on first deliverable: [first item from Step 1]
4. Update index after major progress
**Quick Access**: [Link to project folder]
呈现给 Daron 确认后再继续。
所有模板都在 templates/ 文件夹中:
核心模板:
CLAUDE_SIMPLE.md - 标准项目 CLAUDE.md(包含父系统集成)CLAUDE_COMPLEX.md - 复杂项目 CLAUDE.md(添加跨项目协调)README.md - 标准 README 结构PROJECT_INDEX.md - 活跃项目索引条目模板协调模板(仅限复杂项目):
coordination/PROJECT_DEPENDENCIES.mdcoordination/INTEGRATION_CHECKLIST.mdcoordination/OUTPUT_LIBRARY.md参见:templates/README.md 获取模板使用指南
create_project.sh - 自动化项目结构创建
bash scripts/create_project.sh [project-name] [simple|complex]
validate_project.sh - 验证所有机制已实现
bash scripts/validate_project.sh [project-name]
参见:scripts/README.md 获取脚本文档
示例:"创建研究 Dream 100 策略的项目"
工作流程:
dream-100-research时间:10-15 分钟
示例:"为 CCGG 产品和定价策略创建项目"
工作流程:
ccgg-offers-pricing时间:20-30 分钟
问题:"缺少父系统集成部分"
修复:从 templates/CLAUDE_SIMPLE.md 第 40-120 行添加该部分
问题:"模板变量未替换(仍存在 {{PROJECT_NAME}})"
修复:搜索 {{ 并用实际值替换所有占位符
问题:"缺少运营日志条目" 修复:手动添加条目:
echo "[$(date +%Y-%m-%d\ %H:%M:%S)] - CREATE - [project-name] - [description]" >> "operations_log.txt"
问题:"活跃项目索引缺少 strategic_alignment 部分" 修复:添加到 YAML 前言:
strategic_alignment:
oobg_relevance: "[description]"
unique_vehicle_fit: "[description]"
avatar_targets: ["avatar1"]
⚠️ 关键:此部分必需出现在每个项目的 CLAUDE.md 中。它是与 CCGG 业务运营系统的集成点。
为什么重要:
如果忘记:项目将与 CCGG 业务运营系统隔离。
默认为简单,除非明确需要多项目协调。
复杂项目的指标:
简单项目的指标:
不确定时:询问 Daron,"此项目是否需要与其他活跃项目协调?"
项目创建成功当:
项目创建失败如果:
有关详细机制规范,请参见:
有关模板使用,请参见:
有关验证脚本,请参见:
v1.0.0 (2025-10-29)
使用技能工厂创建 - 确保每个 CCGG 业务运营项目都正确创建
每周安装
1
仓库
GitHub 星标
4
首次出现
1 天前
安全审计
安装于
github-copilot1
What this skill does : Automatically creates new CCGG Business Operations projects with all required mechanisms pre-implemented (PARENT SYSTEM INTEGRATION, Active Projects Index, operations logging, etc.).
Use when : Creating new incubator project, adding sub-project to CCGG, setting up project structure
Prevents : Forgetting critical mechanisms like PARENT SYSTEM INTEGRATION (the problem that triggered this skill's creation)
Trigger Phrases :
Project Types Supported :
Ask Daron These Questions (in conversational order):
"What's the project name?"
member-retention-sequences)"What's the project purpose?" (1-2 sentences)
Analyze project description for multi-phase indicators (SUGGESTION, not question):
Claude analyzes project purpose and deliverables for signals:
* Keywords: "validate", "test", "feedback", "iterate", "production rollout", "pilot"
* Complex deliverables (3+ major components requiring testing)
* Integration with existing systems (needs testing phase)
* User mentions "experiment", "trial", or "phase"
* Project type: infrastructure, framework, new system (vs simple content creation)
If multi-phase indicators detected , SUGGEST phased approach:
"Based on your project description, I recommend a multi-phase approach:
Phase 1: [Research & Planning / Setup & Test / MVP]
Phase 2: [Build & Test / Validation & Refinement / Production Rollout]
Phase 3: [Deploy & Scale / Institutionalize / Maintenance]
This allows testing and feedback before full rollout. Would you like to use this phased approach?"
User can respond :
* "Yes, use phases" → Generate PHASE_TRACKER.md with suggested phases
* "No, single phase" → Skip Phase Tracker
* "Let me customize phases" → Ask for phase names/durations
If NO multi-phase indicators , skip suggestion and Phase Tracker
"Will this project coordinate with or depend on other projects?"
ALWAYS: Detect and Capture Dependencies (NEW - Forcing Function)
Claude PROACTIVELY suggests dependencies based on project description:
"Let me help identify dependencies for this project:
BLOCKING DEPENDENCIES (must complete before starting this):
- What existing work must finish before you can start?
- What deliverables from other projects do you need?
DOWNSTREAM DEPENDENCIES (projects waiting for this):
- What other projects are waiting for this one?
- What will this project enable or unblock?
RELATED PARALLEL (connected but not blocking):
- What other projects share themes/tools with this?
[Based on your project description, I see potential dependencies:]
- [Suggest upstream based on keywords/deliverables mentioned]
- [Suggest downstream based on Active Projects needing this work]
Should I add these to the dependency metadata?"
Capture in YAML format :
dependencies:
blocks: ["project-id-1", "project-id-2"] # Must complete first
blocked_by: ["project-id-3"] # Waiting for this
related_parallel: ["project-id-4"] # Connected, not blocking
Even if "none" , still create empty fields (forces conscious decision):
dependencies:
blocks: [] # No upstream dependencies
blocked_by: [] # No downstream dependencies
related_parallel: [] # No related work
6. If Complex: "Which projects does this coordinate with?"
* Upstream dependencies (what this project needs)
* Downstream dependencies (what other projects need from this)
* Example: "Depends on hormozi-money-models (frameworks), feeds into retention-reengagement (implementation)"
* **NOTE** : This is for Coordination Hub documentation (prose), Step 5 captures YAML metadata
7. "What are the key deliverables?" (3-5 items)
* Specific outputs this project will produce
* Example: "Email sequence templates, DM scripts, retention playbook"
8. "Which avatars does this serve?" (optional, for strategic alignment)
* From Target_Avatars_Complete_Profiles.md
* If "all avatars" → note that
* If specific → list them
Based on Question 3 answer :
SIMPLE PROJECT (if NO coordination):
COMPLEX PROJECT (if YES coordination):
Location : Active Projects/_Incubator/[project-name]/
Manual Creation (automated script planned for future):
mkdir "Active Projects/_Incubator/[project-name]"templates/CLAUDE_SIMPLE.md OR templates/CLAUDE_COMPLEX.mdtemplates/PHASE_TRACKER_TEMPLATE.md{{VARIABLE}})This creates:
[project-name]/
├── CLAUDE.md # Project guidance (PARENT SYSTEM INTEGRATION included)
├── README.md # Quick start + overview
├── [folders based on project type]
└── Coordination Hub/ # If complex project
├── PROJECT_DEPENDENCIES.md
├── INTEGRATION_CHECKLIST.md
└── OUTPUT_LIBRARY.md
Note : Full automation script (create_project.sh) is planned but not yet implemented. Current workflow uses templates + manual variable replacement.
Use Template :
templates/CLAUDE_SIMPLE.mdtemplates/CLAUDE_COMPLEX.mdRequired Sections (ALL projects):
Additional Sections (Complex projects): 8. AUTONOMOUS KNOWLEDGE ACCESS (cross-project references, access commands) 9. COORDINATION WITH OTHER PROJECTS (dependency chain, integration points)
Populate Variables :
{{PROJECT_NAME}} with actual name{{PROJECT_PURPOSE}} with purpose from Step 1{{DELIVERABLES}} with list from Step 1{{UPSTREAM_DEPS}} and {{DOWNSTREAM_DEPS}} with projects from Step 1 (if complex){{AVATARS}} with avatars from Step 1{{CREATED_DATE}}{{PHASE_TRACKER_SECTION}} with:
PHASE_TRACKER.md for phase timeline, completion criteria, and proactive reminders.\n\n : [Phase 1 name]\n : [Phase 1 completion]\n\n : Say 'Check phase tracker' anytime for status update."Use Template : templates/README.md
Required Sections :
Keep it Concise : Max 200 lines. README is for quick orientation, CLAUDE.md has details.
Skip This Step If : Single-phase project (no phases suggested/accepted in Step 1)
If Multi-Phase Project :
Location : Active Projects/_Incubator/[project-name]/PHASE_TRACKER.md
Use Template : templates/PHASE_TRACKER_TEMPLATE.md
Populate Variables :
{{PROJECT_NAME}}, {{PROJECT_TITLE}}, {{CREATED_DATE}} - From Step 1{{PHASE_N_NAME}} - Phase name (e.g., "Setup & Test", "Validation & Refinement"){{PHASE_N_GOAL}} - What this phase accomplishes{{PHASE_N_DURATION}} - Time estimate (e.g., "4 weeks", "1 week"){{PHASE_N_TARGET_DATES}} - Date range (calculate from project start + duration){{PHASE_N_CRITERIA}} - Completion criteria (suggest based on deliverables){{PHASE_N_DELIVERABLES}} - Phase-specific deliverables checklistDefault Phase Structure (if user accepts suggestion):
Phase 1 : Setup & Test / MVP / Research & Planning (2-4 weeks)
Phase 2 : Validation & Refinement / Production Rollout / Build & Test (1-2 weeks)
Phase 3 : Institutionalize / Scale / Deploy (1 week)
Proactive Reminder Example :
Phase 1 Reminder Logic:
- Weekly: Check if [X weeks] passed OR [N deliverables] complete
- Transition: After [criteria met] OR [deadline] → "Ready for Phase 2?"
Phase 2 Reminder Logic:
- After Phase 1 complete → Prompt immediately
- After Phase 2 tasks done → "Ready for Phase 3?"
Phase 3 Reminder Logic:
- After Phase 2 complete → Prompt immediately
- After Phase 3 tasks done → "Project complete!"
Location : Project Memory/Active Projects Index/[project-name]-index.md
Use Template : templates/PROJECT_INDEX.md
Required Content (YAML frontmatter + sections):
---
project_id: "incubator-[project-name]"
title: "[Project Title]"
project_type: "incubator-program"
status: "incubating"
date_created: "YYYY-MM-DD"
date_modified: "YYYY-MM-DD"
folder_path: "Active Projects/_Incubator/[project-name]"
tags: ["tag1", "tag2", "tag3"]
strategic_alignment:
oobg_relevance: "[How this serves OOBG]"
unique_vehicle_fit: "[How this leverages YouTube + CCGG community]"
avatar_targets: ["Avatar1", "Avatar2"]
# NEW: Dependency tracking (from Step 5)
dependencies:
blocks: [] # Projects that BLOCK this one (must complete first)
blocked_by: [] # Projects this one BLOCKS (waiting for this)
related_parallel: [] # Connected but not blocking
dependency_status:
is_blocked: false # Auto-calculated from blocks[]
blocking_count: 0 # Auto-calculated from blocked_by[]
ready_to_start: true # Auto-calculated
last_sync: "YYYY-MM-DD (Project creation)"
---
## Current Status
[Project status description]
## Key Deliverables
[Checklist of deliverables]
## Last Activity
[Most recent work]
## Quick Access
[Links to project folder and key files]
Populate with Data from Step 1
If Simple Project : Skip this step.
If Complex Project : Create 3 coordination files:
Purpose : Track what this project needs from/provides to other projects
Use Template : templates/coordination/PROJECT_DEPENDENCIES.md
Populate :
Purpose : Ensure all dependencies met before execution/handoff
Use Template : templates/coordination/INTEGRATION_CHECKLIST.md
Populate :
Purpose : Catalog deliverables for other projects to reference
Use Template : templates/coordination/OUTPUT_LIBRARY.md
Populate :
Auto-log to operations_log.txt :
[YYYY-MM-DD HH:MM:SS] - CREATE - [project-name] - New incubator project created. [Simple/Complex] structure. [Key context]. Deliverables: [list]. Dependencies: [if complex].
Example :
[2025-10-29 14:30:00] - CREATE - member-retention-sequences - New incubator project created. Simple structure. Email sequences to re-engage churned members. Deliverables: 5 email templates, 3 DM scripts, retention playbook.
Run Checklist (automated validation):
bash scripts/validate_project.sh [project-name]
Manual Checklist (if script unavailable):
{{PLACEHOLDER}} remaining)If any checks fail : Fix before proceeding.
Generate Summary Report :
✅ Project Created: [project-name]
**Location**: Active Projects/_Incubator/[project-name]/
**Complexity**: [Simple/Complex]
**Multi-Phase**: [Yes (3 phases) / No (single-phase)]
**Purpose**: [One-sentence purpose]
**Files Created**:
- CLAUDE.md (with PARENT SYSTEM INTEGRATION ✓)
- README.md
- [If multi-phase] PHASE_TRACKER.md (Phase 1: [name], Phase 2: [name], Phase 3: [name])
- [List other files/folders]
**Index Entry**: Project Memory/Active Projects Index/[project-name]-index.md ✓
**Operations Log**: Logged at [timestamp] ✓
**Phase Tracker** (if multi-phase):
- Current Phase: Phase 1 ([name])
- Next Check: [date] (weekly during strategic planning)
- Manual Check: Say "Check phase tracker [project-name]" anytime
**Next Steps**:
1. Review CLAUDE.md for project-specific guidance
2. [If multi-phase] Review PHASE_TRACKER.md for phase timeline
3. Begin work on first deliverable: [first item from Step 1]
4. Update index after major progress
**Quick Access**: [Link to project folder]
Present to Daron for confirmation before moving on.
All templates are in templates/ folder:
Core Templates :
CLAUDE_SIMPLE.md - Standard project CLAUDE.md (with PARENT SYSTEM INTEGRATION)CLAUDE_COMPLEX.md - Complex project CLAUDE.md (adds cross-project coordination)README.md - Standard README structurePROJECT_INDEX.md - Active Projects Index entry templateCoordination Templates (complex projects only):
coordination/PROJECT_DEPENDENCIES.mdcoordination/INTEGRATION_CHECKLIST.mdcoordination/OUTPUT_LIBRARY.mdSee : templates/README.md for template usage guide
create_project.sh - Automates project structure creation
bash scripts/create_project.sh [project-name] [simple|complex]
validate_project.sh - Validates all mechanisms implemented
bash scripts/validate_project.sh [project-name]
See : scripts/README.md for script documentation
Example : "Create project to research Dream 100 strategies"
Workflow :
dream-100-researchTime : 10-15 minutes
Example : "Create project for CCGG offers and pricing strategy"
Workflow :
ccgg-offers-pricingTime : 20-30 minutes
Problem : "PARENT SYSTEM INTEGRATION section missing" Fix : Add section from templates/CLAUDE_SIMPLE.md lines 40-120
Problem : "Template variables not replaced ({{PROJECT_NAME}} still present)" Fix : Search for {{ and replace all placeholders with actual values
Problem : "Operations log entry missing" Fix : Add entry manually:
echo "[$(date +%Y-%m-%d\ %H:%M:%S)] - CREATE - [project-name] - [description]" >> "operations_log.txt"
Problem : "Active Projects Index missing strategic_alignment section" Fix : Add to YAML frontmatter:
strategic_alignment:
oobg_relevance: "[description]"
unique_vehicle_fit: "[description]"
avatar_targets: ["avatar1"]
⚠️ CRITICAL : This section is REQUIRED in every project CLAUDE.md. It is the integration point with CCGG Business Operations.
Why it matters :
If forgotten : Project will be orphaned from CCGG Business Operations system.
Default to Simple unless clear multi-project coordination is needed.
Indicators of Complex Project :
Indicators of Simple Project :
When in doubt : Ask Daron, "Will this project need to coordinate with other active projects?"
Project creation is successful when :
Project creation has FAILED if :
For detailed mechanism specifications , see:
For template usage , see:
For validation scripts , see:
v1.0.0 (2025-10-29)
Created with Skills Factory - Ensures every CCGG Business Operations project is created correctly
Weekly Installs
1
Repository
GitHub Stars
4
First Seen
1 day ago
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
github-copilot1
开源项目教练指南 - 诊断问题、制定行动计划、优化开源项目运营
31,600 周安装
Agile Skill Build:快速创建和扩展ace-skills的自动化工具,提升AI技能开发效率
1 周安装
LLM评估工具lm-evaluation-harness使用指南:HuggingFace模型基准测试与性能分析
212 周安装
Agently TriggerFlow 状态与资源管理:runtime_data、flow_data 和运行时资源详解
1 周安装
Agently Tools 工具系统详解:Python 代理工具注册、循环控制与内置工具使用
1 周安装
Agently Prompt配置文件技能:YAML/JSON提示模板加载、映射与导出指南
1 周安装
iOS/Android推送通知设置指南:Firebase Cloud Messaging与React Native实现
212 周安装
{{PHASE_N_REMINDER_LOGIC}} - How Claude checks weekly{{PHASE_N_TRANSITION_TRIGGER}} - When to prompt next phase{{PHASE_N_NEXT_TRIGGER}} - Date or criteria{{PHASE_N_CHECK_LOGIC}} - How to validate completion{{PHASE_N_SUCCESS_INDICATORS}} - What signals success{{PHASE_N_SUCCESS_DEFINITION}} - Overall phase success{{PROJECT_COMPLETION_DEFINITION}} - What "project complete" means{{OVERALL_SUCCESS_DEFINITION}} - Final success definition{{NEXT_CHECK_DATE}} - Calculate (project start + 1 week)