원클릭으로
start-project
Create a new project with proper PARA structure. Ensures consistent project setup with completion criteria and status tracking.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create a new project with proper PARA structure. Ensures consistent project setup with completion criteria and status tracking.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use when about to claim work is complete, fixed, or passing. Requires running verification commands and confirming output before making any success claims. Evidence before assertions, always.
Use when encountering any bug, test failure, or unexpected behavior. Requires root cause investigation before proposing fixes.
Analyze existing skills, agents, commands before creating new ones. Prevents duplicates and suggests alternatives.
Dynamic wisdom extraction that adapts sections to content. Use when analyzing YouTube videos, podcasts, interviews, articles, or any content where you want to capture the best insights.
Detect AI-generated writing patterns (slop). Scans for banned phrases, structural tells, and scoring.
List and restore from Minervia backups. Shows available backup timestamps and lets you restore files to previous versions. Use when you need to undo an update or recover customizations.
| name | start-project |
| description | Create a new project with proper PARA structure. Ensures consistent project setup with completion criteria and status tracking. |
| use_when | User wants to start a new project, create a project folder, or set up project structure. |
Create new projects with standardized structure, clear completion criteria, and proper PARA organization.
Projects without structure become zombies—never quite done, never quite abandoned. With proper setup:
Add to your CLAUDE.md:
## Vault Configuration
Projects location: 02 Projects/
Incubation folder: 02 Projects/_Incubation/
## Project Areas (customize for your work)
Areas:
- work: Work projects
- personal: Personal projects
- learning: Learning/skill projects
| Type | Description | Default Subfolders |
|---|---|---|
general | Standard project | None |
software | Code/development | Sessions/, Decisions/ |
content | Writing/creation | Drafts/, Research/ |
learning | Skill acquisition | Resources/, Notes/ |
This is the canonical project file. Every project must have this.
---
project: "[PROJECT_NAME]"
type: "[TYPE]"
status: "planning"
priority: "medium"
area: "[AREA]"
start_date: "[TODAY]"
target_completion: "[DEADLINE_OR_EMPTY]"
tags:
- project
created: "[TODAY]"
updated: "[TODAY]"
---
# [PROJECT_NAME]
## Overview
**Goal:** [One sentence goal]
**Why this matters:** [Brief context]
## Completion Criteria
What defines "done" for this project:
- [ ] Criterion 1
- [ ] Criterion 2
- [ ] Criterion 3
## Status
| Field | Value |
|-------|-------|
| Status | planning |
| Priority | medium |
| Started | [TODAY] |
| Target | [DEADLINE] |
| Progress | 0% |
## Next Actions
- [ ] First action
## Progress Log
### [TODAY]
- Project created
---
## Reference
**Status values:** planning, active, on-hold, blocked, review, completed
**Priority values:** critical, high, medium, low
Step 1: Gather Information
Ask the user:
Step 2: Validate
Step 3: Create Structure
02 Projects/[Project Name]/Step 4: Confirm
Software projects:
Sessions/ - Development session logsDecisions/ - Architectural decision recordsContent projects:
Drafts/ - Work in progressResearch/ - Background materialsLearning projects:
Resources/ - Learning materialsNotes/ - Study notes