소스 정보
- 저장소
- mitkox/ai-coding-factory
- 최근 소스 활동
- 2026년 2월 2일 21:11
- 감지된 SKILL.md 언어
- 영어
- 스타
- 170
- 포크
- 63
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/mitkox/ai-coding-factory --skill net-agile명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | net-agile |
| description | Implement agile development practices and ceremonies for .NET projects |
| license | MIT |
| compatibility | opencode |
| metadata | {"audience":".net-developers","methodology":"agile","frameworks":"scrum, kanban"} |
I help you implement enterprise agile practices:
Use this skill when:
## [ID] - [Title]
**Priority**: Must Have / Should Have / Could Have / Won't Have
**Estimate**: Story Points
**Sprint**: [Sprint Number]
**Status**: Backlog / In Progress / In Review / Done
### User Story
As a [type of user],
I want to [perform an action],
So that I can [achieve a goal].
### Acceptance Criteria
- [ ] Given [precondition], when [action], then [expected outcome]
- [ ] [Additional criteria]
- [ ] [Edge cases]
### Definition of Done
- [ ] Code written and reviewed
- [ ] Unit tests with >80% coverage
- [ ] Integration tests pass
- [ ] Documentation updated
- [ ] Code quality checks pass
- [ ] Deployed to staging
### Tasks
- [ ] [Technical task 1]
- [ ] [Technical task 2]
- [ ] [Technical task 3]
### Definition of Ready
- [ ] User story has clear acceptance criteria
- [ ] Technical approach defined
- [ ] Dependencies identified
- [ ] Story estimated by team
- [ ] DoD agreed upon
### Notes
[Additional context, constraints, or risks]
## Sprint [Number] Planning
**Start Date**: [Date]
**End Date**: [Date]
**Sprint Goal**: [Brief goal statement]
### Team Velocity
- Previous Sprint Velocity: [points]
- Current Sprint Capacity: [points]
### Stories in Sprint
| ID | Story | Points | Priority | Owner |
|-----|-------|--------|----------|--------|
| 1 | | | | |
| 2 | | | | |
### Risks and Impediments
- [ ] [Risk 1]
- [ ] [Risk 2]
### Definition of Done for Sprint
- [ ] All user stories meet story DoD
- [ ] All tests pass (unit, integration, E2E)
- [ ] Code review completed
- [ ] Documentation updated
- [ ] Deployed to staging
- [ ] Stakeholder acceptance
- [ ] Sprint retrospective completed
## Daily Standup - [Date]
### Team
- [ ] Team Member 1
- [ ] Team Member 2
- [ ] Team Member 3
### Updates
**[Name]**:
- **Yesterday**: What did I complete?
- **Today**: What will I work on?
- **Blockers**: Any impediments?
**[Name]**:
- **Yesterday**: What did I complete?
- **Today**: What will I work on?
- **Blockers**: Any impediments?
### Action Items
- [ ] [Action item 1]
- [ ] [Action item 2]
## Sprint [Number] Retrospective
**Date**: [Date]
**Participants**: [List]
### What Went Well
1. [Positive outcome 1]
2. [Positive outcome 2]
3. [Positive outcome 3]
### What Didn't Go Well
1. [Challenge 1]
2. [Challenge 2]
3. [Challenge 3]
### Action Items for Next Sprint
| Issue | Action Item | Owner | Due Date |
|-------|-------------|--------|----------|
| 1 | | | |
| 2 | | | |
### Process Improvements
1. [Improvement 1]
2. [Improvement 2]
### Metrics
- Sprint Velocity: [points]
- Stories Completed: [count] / [total]
- Defects Found: [count]
- Deployments: [count]
- Average Cycle Time: [days]
User Story INVEST Criteria:
Story Estimation:
Sprint Length:
Capacity Planning:
Format:
Three Questions:
Purpose:
Agenda:
Format:
Key Questions:
Prioritization Frameworks:
MoSCoW Method:
Kano Model:
WSJF (Weighted Shortest Job First):
Backlog Grooming:
Enterprise DoD Checklist:
### Code Quality
- [ ] Code follows project coding standards
- [ ] Code reviewed and approved
- [ ] Static code analysis passes (SonarQube)
- [ ] No critical or high severity security vulnerabilities
- [ ] Code complexity within acceptable limits
### Testing
- [ ] Unit tests written and passing (>80% coverage)
- [ ] Integration tests written and passing
- [ ] E2E tests for critical user flows
- [ ] Performance tests meet SLA requirements
- [ ] Accessibility tests pass (WCAG 2.1 AA)
### Documentation
- [ ] API documentation updated (Swagger/OpenAPI)
- [ ] Code comments added for complex logic
- [ ] Architecture decision records (ADRs) updated
- [ ] User documentation updated (if applicable)
- [ ] Runbook updated (if applicable)
### Deployment
- [ ] Application builds successfully
- [ ] Deployed to staging environment
- [ ] Smoke tests pass on staging
- [ ] Database migrations tested
- [ ] Rollback plan documented
### Process
- [ ] User story meets acceptance criteria
- [ ] Stakeholder acceptance received
- [ ] QA sign-off completed
- [ ] Product owner approval received
Story DoR Checklist:
### Story Quality
- [ ] Story follows INVEST criteria
- [ ] Acceptance criteria are clear and testable
- [ ] Story is properly sized for single sprint
- [ ] Dependencies identified and documented
- [ ] Risks identified and mitigations planned
### Technical Readiness
- [ ] Technical approach understood
- [ ] Design documents reviewed
- [ ] API contracts defined
- [ ] Database schema changes identified
- [ ] Third-party integrations researched
### Team Readiness
- [ ] Story estimated by team
- [ ] Capacity verified
- [ ] Skills needed are available
- [ ] Owner assigned
- [ ] Dependencies scheduled
CI/CD Best Practices:
Key Agile Metrics:
Velocity Metrics:
Quality Metrics:
Process Metrics:
Delivery Metrics:
Use net-agile skill to:
1. Create user stories for a feature
2. Plan a new sprint
3. Set up Definition of Done
4. Create retrospective template
5. Track sprint velocity
6. Manage product backlog
I will generate complete agile artifacts and documentation.