Skip to content
This repository was archived by the owner on May 29, 2026. It is now read-only.
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
12 changes: 6 additions & 6 deletions .specter-prompt.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ You are running HEADLESS. Do NOT use AskUserQuestion, interactive prompts, or sk
Write files directly using the Write tool.

## Inputs
- Change: p3-document-management (title: Document Management)
- Context brief: openspec/changes/p3-document-management/context-brief.md
- Change: p3-governance-bodies (title: Governance Bodies)
- Context brief: openspec/changes/p3-governance-bodies/context-brief.md
- Data model ADR: openspec/architecture/adr-000-data-model.md

Governance Domains:
Expand All @@ -29,13 +29,13 @@ Project guidelines: See ../project.md for workspace-wide standards
**Spec type:** capability
## Step 1: Read context
Read these files COMPLETELY before writing anything:
- openspec/changes/p3-document-management/context-brief.md (features, stories, stakeholders, journeys)
- openspec/changes/p3-governance-bodies/context-brief.md (features, stories, stakeholders, journeys)
- openspec/architecture/adr-000-data-model.md (entity definitions)
- All files in openspec/architecture/ (app ADRs)
- All files in .claude/openspec/architecture/ (company ADRs, if present)

## Step 2: Get artifact templates
Run: `openspec instructions proposal --change p3-document-management --json`
Run: `openspec instructions proposal --change p3-governance-bodies --json`
This returns the template and rules for the proposal artifact.
Then do the same for: design, specs, tasks (in that order).

Expand All @@ -54,8 +54,8 @@ For each artifact (proposal → design → specs → tasks):
## Step 4: Commit
After all 4 artifacts are written:
```bash
git add openspec/changes/p3-document-management/
git commit -m 'feat: Add OpenSpec change p3-document-management from Specter'
git add openspec/changes/p3-governance-bodies/
git commit -m 'feat: Add OpenSpec change p3-governance-bodies from Specter'
```
Do NOT push — the caller handles pushing.
Do NOT create branches — stay on the current branch.
Expand Down
2 changes: 2 additions & 0 deletions openspec/changes/p3-governance-bodies/.openspec.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
schema: spec-driven
created: 2026-04-16
Loading
Loading