Skip to content
Closed
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
4 changes: 4 additions & 0 deletions arckit-claude/commands/presentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,10 @@ Build the slide deck by extracting key content from each artifact:

### Step 7: Write the output

After the presentation content, add:

**Presentation Coverage Score**: Calculate percentage of stakeholder goals addressed in the slides. Flag goals not covered.

Before writing the file, read `${CLAUDE_PLUGIN_ROOT}/references/quality-checklist.md` and verify all **Common Checks** plus the **PRES** per-type checks pass. Fix any failures before proceeding.

- Write to `projects/{project-dir}/ARC-{PROJECT_ID}-PRES-v${VERSION}.md`
Expand Down
4 changes: 4 additions & 0 deletions arckit-codex/commands/arckit.presentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,10 @@ Build the slide deck by extracting key content from each artifact:

### Step 7: Write the output

After the presentation content, add:

**Presentation Coverage Score**: Calculate percentage of stakeholder goals addressed in the slides. Flag goals not covered.

Before writing the file, read `.arckit/references/quality-checklist.md` and verify all **Common Checks** plus the **PRES** per-type checks pass. Fix any failures before proceeding.

- Write to `projects/{project-dir}/ARC-{PROJECT_ID}-PRES-v${VERSION}.md`
Expand Down
4 changes: 4 additions & 0 deletions arckit-codex/prompts/arckit.presentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,10 @@ Build the slide deck by extracting key content from each artifact:

### Step 7: Write the output

After the presentation content, add:

**Presentation Coverage Score**: Calculate percentage of stakeholder goals addressed in the slides. Flag goals not covered.

Before writing the file, read `.arckit/references/quality-checklist.md` and verify all **Common Checks** plus the **PRES** per-type checks pass. Fix any failures before proceeding.

- Write to `projects/{project-dir}/ARC-{PROJECT_ID}-PRES-v${VERSION}.md`
Expand Down
4 changes: 4 additions & 0 deletions arckit-codex/skills/arckit-presentation/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,10 @@ Build the slide deck by extracting key content from each artifact:

### Step 7: Write the output

After the presentation content, add:

**Presentation Coverage Score**: Calculate percentage of stakeholder goals addressed in the slides. Flag goals not covered.

Before writing the file, read `.arckit/references/quality-checklist.md` and verify all **Common Checks** plus the **PRES** per-type checks pass. Fix any failures before proceeding.

- Write to `projects/{project-dir}/ARC-{PROJECT_ID}-PRES-v${VERSION}.md`
Expand Down
4 changes: 4 additions & 0 deletions arckit-copilot/prompts/arckit-presentation.prompt.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,10 @@ Build the slide deck by extracting key content from each artifact:

### Step 7: Write the output

After the presentation content, add:

**Presentation Coverage Score**: Calculate percentage of stakeholder goals addressed in the slides. Flag goals not covered.

Before writing the file, read `.arckit/references/quality-checklist.md` and verify all **Common Checks** plus the **PRES** per-type checks pass. Fix any failures before proceeding.

- Write to `projects/{project-dir}/ARC-{PROJECT_ID}-PRES-v${VERSION}.md`
Expand Down
4 changes: 4 additions & 0 deletions arckit-gemini/commands/arckit/presentation.toml
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,10 @@ Build the slide deck by extracting key content from each artifact:

### Step 7: Write the output

After the presentation content, add:

**Presentation Coverage Score**: Calculate percentage of stakeholder goals addressed in the slides. Flag goals not covered.

Before writing the file, read `~/.gemini/extensions/arckit/references/quality-checklist.md` and verify all **Common Checks** plus the **PRES** per-type checks pass. Fix any failures before proceeding.

- Write to `projects/{project-dir}/ARC-{PROJECT_ID}-PRES-v${VERSION}.md`
Expand Down
4 changes: 4 additions & 0 deletions arckit-opencode/commands/arckit.presentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,10 @@ Build the slide deck by extracting key content from each artifact:

### Step 7: Write the output

After the presentation content, add:

**Presentation Coverage Score**: Calculate percentage of stakeholder goals addressed in the slides. Flag goals not covered.

Before writing the file, read `.arckit/references/quality-checklist.md` and verify all **Common Checks** plus the **PRES** per-type checks pass. Fix any failures before proceeding.

- Write to `projects/{project-dir}/ARC-{PROJECT_ID}-PRES-v${VERSION}.md`
Expand Down
Loading