Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "dev-loop",
"description": "loop-orchestrator's verification loop (TDD / PDCA / Reflexion) with the plan step FIXED to a wiki-grounded planning methodology (wiki-plan): every design decision is routed to a bundled semantic-layer wiki before code is written. Adds a knowledge-capture loop — sessions emit verified insights, and knowledge-flush researches, dedups, routes, and opens a wiki PR for owner review.",
"version": "1.8.3",
"version": "1.8.4",
"author": {
"name": "choiyounggi",
"url": "https://github.com/choiyounggi"
Expand Down
6 changes: 4 additions & 2 deletions README.ko.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
- **[loop-orchestrator]** — 하나의 태스크, 또는 여러 병렬 태스크를 "done"까지
끌고 가는 방법론 기반 검증 루프 (TDD / PDCA / Reflexion).
- **[dev-llm-wiki]** — 케이스 라우팅되는 시맨틱 레이어 소프트웨어
베스트프랙티스·엣지케이스 지식 베이스, 그리고 모든 설계 결정을 거기에
베스트프랙티스·엣지케이스·개발 프로세스 방법론(테스트 선행 순서, 리뷰
규율, 완료 주장 증거 게이트, 에이전트 오케스트레이션 판단 정책,
에이전트향 도구·지침 설계) 지식 베이스, 그리고 모든 설계 결정을 거기에
근거시키는 계획 방법론.

그리고 세션 하나를 넘어 확장됩니다: `orchestrate` 스킬은 같은 루프 위의
Expand Down Expand Up @@ -237,7 +239,7 @@ fail-closed로 거부됩니다. 게이트는 knowledge-flush PR로 좁게 스코
dev-loop/
├── .claude-plugin/{plugin,marketplace}.json
├── AGENTS.md INDEX.md templates/ # 위키 스키마 + 라우팅 진입점 + 페이지/브리프/세션프롬프트 템플릿
├── wiki/ # 10개 도메인 시맨틱 레이어 지식 베이스
├── wiki/ # 10개 도메인 시맨틱 레이어 지식 베이스 (260페이지: 베스트프랙티스·엣지케이스·프로세스 방법론)
├── skills/ # 위의 스킬 8종 (사용자 호출 가능; / 메뉴에 스킬 이름으로 표시)
├── agents/test-quality-auditor.md # 번들된 독립 테스트 감사자 (루프 스텝 6.5)
├── hooks/
Expand Down
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@ A Claude Code plugin that merges two things into one self-contained tool:
- **[loop-orchestrator]** — a methodology-grounded verification loop (TDD / PDCA /
Reflexion) for driving one task, or many parallel tasks, to "done".
- **[dev-llm-wiki]** — a case-routed, semantic-layer knowledge base of software
best-practices and edge cases, plus a planning methodology that grounds every
design decision in it.
best-practices, edge cases, and development-process methodology (test-first
ordering, review discipline, completion-evidence gates, agent-orchestration
decision policy, agent-facing tool/instruction design), plus a planning
methodology that grounds every design decision in it.

And it scales past one session: the `orchestrate` skill is a **multi-session
orchestrator** over the same loop — it decomposes a goal into a dependency
Expand Down Expand Up @@ -241,7 +243,7 @@ ordinary `gh pr create` in any repo.
dev-loop/
├── .claude-plugin/{plugin,marketplace}.json
├── AGENTS.md INDEX.md templates/ # wiki schema + routing entry + page/brief/session-prompt templates
├── wiki/ # 10-domain semantic-layer knowledge base
├── wiki/ # 10-domain semantic-layer knowledge base (260 pages: best practices, edge cases, process methodology)
├── skills/ # the 8 skills above (user-invocable; appear in the / menu by skill name)
├── agents/test-quality-auditor.md # bundled independent test auditor (loop step 6.5)
├── hooks/
Expand Down
Loading