iterative-development
Iterative development methodology plugin for Claude Code — extracts requirements, defines walking skeleton, loops through audited sprints autonomously
파일 탐색기
- plugin.json
- 2026-04-05-plan-01-walking-skeleton.md
- 2026-04-05-plan-02-extraction-pipeline.md
- 2026-04-05-plan-03-par.md
- 2026-04-05-plan-04-quality-gates.md
- 2026-04-05-plan-05-sdd-fork.md
- 2026-04-05-plan-06-autonomy.md
- 2026-04-11-behavior-evidence-redesign.md
- 2026-04-05-iterative-development-design.md
- run_validation_suite.sh
- validate_skill.py
- auditor-subagent-prompt.md
- SKILL.md
- aggregate_scenarios.py
- aggregate_stories.py
- backlink_scenarios.py
- chunk_spec.py
- validate_requirements_index.py
- validate_scenarios.py
- extraction-subagent-prompt.md
- SKILL.md
- code-quality-reviewer-prompt.md
- implementer-subagent-prompt.md
- SKILL.md
- spec-compliance-reviewer-prompt.md
- SKILL.md
- check_citations.py
- validate_iteration_log.py
- scope-reviewer-prompt.md
- SKILL.md
- check_citations.py
- validate_roadmap.py
- SKILL.md
- behavior-evidence-formats.md
- par-reviewer-wrapper.md
- parallel-adversarial-review.md
- domain-billing.md
- domain-users.md
- overview.md
- EPIC-001.md
- SKILL-FIXTURE.md
- SKILL-FIXTURE.md
- SKILL-FIXTURE.md
- extracted-stories-sample.json
- iteration-log.example.md
- iteration-log.invalid.md
- requirements-index.example.md
- requirements-index.invalid.md
- roadmap.example.md
- roadmap.invalid.md
- spec.md
- README.md
- __init__.py
- test_aggregate_stories.py
- test_artifact_validator.py
- test_check_citations.py
- test_chunk_spec.py
- test_extraction_pipeline.py
- test_skill_validator.py
- .gitignore
- ABOUT.md
- catalog-info.yaml
- LICENSE
- README.md
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
링크
예시
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
pytest
설명 보기 ▼
pytest
Python 테스트 실행.
더 많은 정보: <https://docs.pytest.org/en/latest/how-to/usage.html>.
pytest {{path/to/test_file1.py path/to/test_file2.py ...}}
특정 파일에서 테스트 실행:
pytest -k {{expression}}
특정 [k]eyword 표현식과 일치하는 테스트 실행:
pytest {{[-x|--exitfirst]}}
테스트가 실패하거나 오류가 발생하면 즉시 종료:
// repository documentation
Was this content helpful?
(0 ratings)
