modify gemini template

This commit is contained in:
NINI
2026-04-28 01:51:20 +09:00
parent 949e0ab13c
commit 38291723f0
32 changed files with 523 additions and 320 deletions
@@ -9,7 +9,7 @@ Use this skill to turn `docs/PRD.md` into researched, reviewable, and feedback-d
## Operating Rules
1. Read `AGENTS.md`, `docs/PRD.md`, `docs/ARCHITECTURE.md`, `docs/ADR.md`, and `docs/UI_GUIDE.md` before planning document work.
1. Read `GEMINI.md`, `docs/PRD.md`, `docs/ARCHITECTURE.md`, `docs/ADR.md`, and `docs/UI_GUIDE.md` before planning document work.
2. Treat `docs/PRD.md` as the single source of requirements.
3. If PRD purpose, target reader, final deliverables, scope, or key questions are materially empty, stop and ask the user to complete PRD first.
4. Use `docs/ResearchNote.md` as the evidence ledger before drafting externally factual content.
@@ -35,7 +35,7 @@ Read `docs/PRD.md` and identify:
### 2. Rule Synthesis
Update only the relevant project-specific guidance in `AGENTS.md`.
Update only the relevant project-specific guidance in `GEMINI.md`.
Include:
@@ -45,7 +45,7 @@ Include:
- citation and verification standards
- draft and final feedback process
Keep the generic Codex configuration and repository workflow concise.
Keep the generic Gemini CLI configuration and repository workflow concise.
### 3. Research Note
@@ -62,7 +62,7 @@ Write `docs/ResearchNote.md` with:
- unresolved questions
- intended document usage
Use `doc_researcher` or `evidence_checker` agents when the user or current phase explicitly asks for subagent work.
Use `doc-researcher` or `evidence-checker` subagents when the user or current phase explicitly asks for subagent work.
### 4. Draft Documents
@@ -45,7 +45,7 @@ Create `phases/{task-name}/step{N}.md`.
먼저 아래 파일들을 읽고 문서 목적과 작성 기준을 파악하라:
- `/AGENTS.md`
- `/GEMINI.md`
- `/docs/PRD.md`
- `/docs/ARCHITECTURE.md`
- `/docs/ADR.md`
@@ -5,11 +5,11 @@ description: "Use when reviewing Markdown document changes for PRD alignment, so
# Document Review Skill
Use this skill to review changed Markdown files in the Codex Markdown Document Harness.
Use this skill to review changed Markdown files in the Gemini CLI Markdown Document Harness.
## Read First
- `AGENTS.md`
- `GEMINI.md`
- `docs/PRD.md`
- `docs/ResearchNote.md`
- `docs/DraftFeedback.md`