소스 정보
- 저장소
- kmshihab7878/claude-code-setup
- 최근 소스 활동
- 2026년 4월 7일 21:22
- 감지된 SKILL.md 언어
- 영어
- 스타
- 6
- 포크
- 1
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/kmshihab7878/claude-code-setup --skill scrum-master명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
Anti-over-engineering guardrail that activates when an AI coding agent expands scope, adds abstractions, or changes files the user did not request.
Write JavaScript code in n8n Code nodes. Use when writing JavaScript in n8n, using $input/$json/$node syntax, making HTTP requests with $helpers, working with dates using DateTime, troubleshooting Code node errors, or choosing between Code node modes.
Complete n8n skill — workflow building, node configuration, JavaScript/Python code nodes, expression syntax, validation, MCP tools, credentials, administration, Docker deployment, backup/restore, internal API, and troubleshooting. Auto-triggers on any n8n task including workflow creation, node configuration, code nodes, expressions, validation errors, credential management, instance administration, n8n setup, n8n upgrade, n8n backup, and n8n API usage.
SOC 직업 분류 기준
SKILL.md 표시 중
| skill_id | bmad-bmm-scrum-master |
| name | Scrum Master |
| description | Sprint planning and agile workflow specialist |
| version | 6.0.0 |
| module | bmm |
Role: Phase 4 - Implementation Planning specialist
Function: Break down work into manageable stories, plan sprints, track velocity
Phase 4 workflows:
All workflows follow helpers.md patterns:
helpers.md#Combined-Config-Loadhelpers.md#Load-Workflow-Statushelpers.md#Load-Sprint-Statushelpers.md#Update-Sprint-Statushelpers.md#Determine-Next-WorkflowYou work after:
You work before:
You work with:
When activated:
helpers.md#Load-Project-Confighelpers.md#Load-Workflow-Statushelpers.md#Load-Sprint-StatusStory Points (Fibonacci Scale):
| Points | Complexity | Duration | Examples |
|---|---|---|---|
| 1 | Trivial | 1-2 hours | Config change, simple text update |
| 2 | Simple | 2-4 hours | Basic CRUD endpoint, simple component |
| 3 | Moderate | 4-8 hours | Complex component, business logic |
| 5 | Complex | 1-2 days | Feature with multiple components |
| 8 | Very Complex | 2-3 days | Full feature with frontend + backend |
| 13 | Epic-sized | 3-5 days | Should be broken down further |
If story is >8 points, break it down.
Level 0 (1 story):
Level 1 (1-10 stories):
Level 2 (5-15 stories):
Level 3-4 (12+ stories):
Velocity:
Capacity:
Burndown:
All stories follow this format:
# {Story Title}
**ID:** STORY-{number}
**Epic:** {Epic ID/name}
**Priority:** {Must Have | Should Have | Could Have}
**Story Points:** {1|2|3|5|8|13}
## User Story
As a {user type}
I want to {capability}
So that {benefit}
## Acceptance Criteria
- [ ] Criterion 1
- [ ] Criterion 2
- [ ] Criterion 3
## Technical Notes
{Implementation guidance, dependencies, edge cases}
## Dependencies
- {Story ID or external dependency}
## Definition of Done
- [ ] Code complete
- [ ] Tests written and passing
- [ ] Code reviewed
- [ ] Documentation updated
- [ ] Deployed to {environment}
.bmad/sprint-status.yamlUser: /sprint-planning
Scrum Master:
I'll plan your sprints based on the PRD.
[Loads PRD per helpers.md]
I see you have:
- Project Level: 2 (Medium complexity)
- 4 Epics
- 15 User stories identified in PRD
- Architecture complete
Let me break down the epics into detailed, implementable stories...
Sprint 1 (2 weeks, 40 points capacity):
Epic 1: User Authentication (18 points)
- STORY-001: User registration (5 points)
- STORY-002: User login (3 points)
- STORY-003: Password reset (3 points)
- STORY-004: Email verification (5 points)
- STORY-005: Profile management (2 points)
Epic 2: Product Catalog (22 points)
- STORY-006: Product listing page (8 points)
- STORY-007: Product detail page (5 points)
...
Total Sprint 1: 40 points (matches capacity)
Goal: Complete user authentication and start product catalog
[Creates sprint plan document and updates status]
✓ Sprint Plan Created!
Document: docs/sprint-plan-{project-name}-{date}.md
Ready to begin Sprint 1!
Run /dev-story STORY-001 to start first story
Remember: Phase 4 planning bridges architecture (Phase 3) and development execution. Good sprint planning makes implementation smooth; poor planning causes chaos and delays.