claude-code-spec-workflow
Automated workflows for Claude Code. Features spec-driven development for new features (Requirements → Design → Tasks → Implementation) and streamlined bug fix workflow for quick issue resolution (Report → Analyze → Fix → Verify).
파일 탐색기
최종 버전 다운로드 (.zip)- analysis.md
- fix.md
- report.md
- verification.md
- analysis.md
- report.md
- verification.md
- analysis.md
- fix.md
- report.md
- verification.md
- verification.md
- analysis.md
- report.md
- verification.md
- spec-create.md
- spec-execute.md
- design.md
- requirements.md
- tasks.md
- tasks.md
- tasks.md
- design.md
- requirements.md
- tasks.md
- structure.md
- tasks-template.md
- spec-config.json
- bug_report.yml
- config.yml
- dashboard_issue.yml
- documentation.yml
- feature_request.yml
- tunnel-feature.md
- advanced-tunnel.sh
- basic-tunnel-safe.sh
- basic-tunnel.sh
- client-demo.sh
- dev-tunnel.sh
- password-tunnel.sh
- README.md
- team-standup.sh
- copy-static.js
- fix-permissions.js
- index.ts
- petite-vue.d.ts
- validation.ts
- multi-app.ts
- shared-components.ts
- tsconfig.json
- websocket.ts
- dashboard.types.ts
- access-controller.ts
- cloudflare-provider-native.ts
- cloudflare-provider.ts
- error-handler.ts
- index.ts
- manager.ts
- ngrok-provider-native.ts
- ngrok-provider.ts
- types.ts
- usage-tracker.ts
- claude-icon-dark.svg
- claude-icon.svg
- cli.ts
- index.html
- logger.ts
- multi-server.ts
- parser.ts
- project-discovery.ts
- watcher.ts
- spec-design-validator.md
- spec-requirements-validator.md
- spec-task-executor.md
- spec-task-validator.md
- bug-analyze.md
- bug-create.md
- bug-fix.md
- bug-status.md
- bug-verify.md
- spec-create.md
- spec-execute.md
- spec-list.md
- spec-status.md
- spec-steering-setup.md
- bug-analysis-template.md
- bug-report-template.md
- bug-verification-template.md
- design-template.md
- product-template.md
- requirements-template.md
- structure-template.md
- tasks-template.md
- tech-template.md
- auto-update.ts
- cli.ts
- commands.ts
- file-cache.ts
- get-content.ts
- get-spec-context.ts
- get-steering-context.ts
- get-tasks.ts
- get-template-context.ts
- git.ts
- index.ts
- setup.ts
- steering.ts
- task-generator.ts
- templates.ts
- update.ts
- utils.ts
- default.json
- 128x128.png
- 128x128@2x.png
- 32x32.png
- icon.icns
- icon.ico
- icon.png
- Square107x107Logo.png
- Square142x142Logo.png
- Square150x150Logo.png
- Square284x284Logo.png
- Square30x30Logo.png
- Square310x310Logo.png
- Square44x44Logo.png
- Square71x71Logo.png
- Square89x89Logo.png
- StoreLogo.png
- lib.rs
- main.rs
- .gitignore
- build.rs
- Cargo.lock
- Cargo.toml
- tauri.conf.json
- access-controller.test.ts
- dashboard-readonly.test.ts
- integration.test.ts
- bug-status.test.ts
- parser-formats.test.ts
- type-coverage.test.ts
- ui-improvements.test.ts
- usage-tracker.test.ts
- cloudflare-provider.test.ts
- ngrok-provider.test.ts
- parser.test.ts
- setup.test.ts
- steering.test.ts
- task-generator.test.ts
- templates.test.ts
- tunnel-manager.test.ts
- utils.test.ts
- .eslintrc.js
- .gitignore
- .npmignore
- .prettierrc
- CHANGELOG.md
- esbuild.config.js
- eslint.config.js
- jest.config.js
- LICENSE
- package-lock.json
- package.json
- pnpm-lock.yaml
- README.md
- test-bug-parser.js
- test-exposed-gql-parser.js
- tsconfig.json
# 설치 가이드
git clone https://github.com/Pimzino/claude-code-spec-workflow
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd claude-code-spec-workflow
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. 공식 설치 스크립트
쉬움 추천- Node.js npm 명령어를 쓰려면 Node.js가 설치되어 있어야 합니다.
npm i -g @pimzino/claude-code-spec-workflow
npm 레지스트리에 배포된 패키지를 전역으로 설치합니다. 소스 클론이 필요 없습니다.
npm install -g @anthropic-ai/claude-code
npm 레지스트리에 배포된 패키지를 전역으로 설치합니다. 소스 클론이 필요 없습니다.
npm install -g @pimzino/claude-code-spec-workflow
npm 레지스트리에 배포된 패키지를 전역으로 설치합니다. 소스 클론이 필요 없습니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Node.js
쉬움npm i -g @pimzino/claude-code-spec-workflow
npm 레지스트리에 배포된 패키지를 전역으로 설치합니다. 소스 클론이 필요 없습니다.
npm install -g @anthropic-ai/claude-code
npm 레지스트리에 배포된 패키지를 전역으로 설치합니다. 소스 클론이 필요 없습니다.
npm run build:frontend:dev # Build frontend for development
배포용으로 코드를 최적화해서 빌드 파일을 생성합니다.
npm run build:frontend:prod # Build frontend for production (minified)
배포용으로 코드를 최적화해서 빌드 파일을 생성합니다.
npm run watch:frontend # Watch mode with auto-rebuild
이 명령어를 터미널에 그대로 입력해 실행하세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
4. Rust
보통- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Rust (rustup) rustup으로 설치하면 cargo도 함께 설치됩니다.
cd src-tauri
이 프로젝트의 관련 파일이 하위 폴더 안에 있어서, 먼저 그 폴더로 이동합니다.
cargo build --release
Rust 프로젝트를 컴파일합니다.
cargo run
빌드 후 바로 실행까지 진행합니다.
