소스 정보
- 저장소
- bdarbaz/claude-stack-plugin
- 최근 소스 활동
- 2026년 3월 16일 20:39
- 감지된 SKILL.md 언어
- 영어
- 스타
- 4
- 포크
- 1
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/bdarbaz/claude-stack-plugin --skill s-new명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
| name | s-new |
| description | Initialize a new project with .planning/ and docs/ structure, CLAUDE.md, and git repo |
You are initializing a brand new project using the claude-stack workflow. Follow every step below in order. Do not skip steps.
Ask the user for the following. Wait for their response before proceeding:
my-awesome-app)If the user provided these as arguments (e.g. /s:new my-app "A task management API"), extract them directly and skip asking.
Check if the current directory is appropriate:
.planning/ directory already exists, STOP and warn: "This project already has a .planning/ directory. Use /s:resume to continue an existing project."Copy the planning templates from the plugin into the project:
${CLAUDE_PLUGIN_ROOT}/templates/planning/ --> .planning/
This creates:
.planning/PROJECT.md.planning/REQUIREMENTS.md.planning/ROADMAP.md.planning/STATE.md.planning/phases/ (empty, will be populated by /s:plan)Read each template file from ${CLAUDE_PLUGIN_ROOT}/templates/planning/ and write it to .planning/, replacing placeholders.
Copy the docs templates from the plugin:
${CLAUDE_PLUGIN_ROOT}/templates/docs/ --> docs/
This creates:
docs/brainstorms/.gitkeepdocs/plans/.gitkeepdocs/solutions/.gitkeepOpen .planning/PROJECT.md and fill in the placeholders:
{PROJECT_NAME} with the project name{DATE} with today's date (YYYY-MM-DD format)/s:discussCreate a CLAUDE.md file in the project root with the following sections:
# {PROJECT_NAME}
{one-line description}
## Project Structure
- `.planning/` - Project memory (STATE, REQUIREMENTS, ROADMAP, phase plans)
- `docs/` - Knowledge base (brainstorms, plans, solutions)
## Workflow
Use `/s:status` to see current state. Skill chain:
`/s:new` > `/s:discuss` > `/s:plan` > `/s:build` > `/s:review` > `/s:verify` > `/s:ship` > `/s:compound`
## Rules
- Follow TDD: write failing test before implementation
- Never delete `.planning/` or `docs/` directories
- Run `/s:compound` after completing features to persist learnings
## Tech Stack
(To be defined during `/s:discuss`)
## Created
{DATE}
Check if a git repo already exists:
.git/ exists, skip git initgit initCreate a .gitignore if one does not exist, including common entries:
node_modules/
.env
.env.local
dist/
build/
*.log
.DS_Store
Stage all created files and make an initial commit:
git add .planning/ docs/ CLAUDE.md .gitignore
git commit -m "feat: initialize {PROJECT_NAME} with claude-stack"
Update .planning/STATE.md with the following:
initialized-/s:discuss to define requirements."{DATE} | Project initialized | Starting new project with claude-stackOutput to the user:
Project "{PROJECT_NAME}" initialized successfully.
Created:
.planning/PROJECT.md - Project vision and constraints
.planning/REQUIREMENTS.md - Requirements (empty, will be filled by /s:discuss)
.planning/ROADMAP.md - Roadmap (empty, will be filled by /s:plan)
.planning/STATE.md - Current project state
docs/brainstorms/ - For brainstorm outputs
docs/plans/ - For implementation plans
docs/solutions/ - For learnings and solutions
CLAUDE.md - Project instructions for Claude
Next step: Run `/s:discuss` to define requirements through structured discussion.
Autonomous workflow loop - runs the full skill chain automatically with circuit breaker and stuck detection
Freeform router - accepts natural language and routes to the appropriate skill(s)
Show all available skills, agents, and workflow guides - quick reference card for claude-stack
SOC 직업 분류 기준