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
6 changes: 6 additions & 0 deletions .agents/skills/speckit-autonomous/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ $ARGUMENTS
Use the request, repository constitution, agent guidance, current feature
metadata, and accepted feature artifacts as binding input.

Resolve the project's learner and accessibility policy before Specify. Carry
its declared audience, language order, readability target, first-use
terminology, assumed prior knowledge, and text-first dependency/status/decision
rules through Spec, Plan, Tasks, implementation evidence, documentation, and
retrospective. This preset does not invent a project-specific audience.

Before creating a feature, inspect repository metadata and
`specs/<feature>/autonomous-run-state.json`. A valid `PausedByUser` state MUST
stop this command and direct the user to `speckit.autonomous-resume`. A valid
Expand Down
4 changes: 4 additions & 0 deletions .agents/skills/speckit-intake-create/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ series. This command never updates or deletes an active intake. It never starts
requirements, quality and governance boundaries, dependencies, risks,
expected artifacts, evidence, measurable acceptance, assumptions, and open
questions. Follow repository language policy and applicable WCAG 2.2 AA.
For learner-facing material, preserve the profile's declared audience,
assumed prior knowledge, first-use terminology rule, and text-first
dependency/status/decision/next-action rule. Never silently assume Spec Kit
experience.
8. Refuse an existing target or active receipt without writing anything.
Report `$speckit-intake-update <target>` as the exact safe command. New
targets use provenance mode `New`; Create never claims update authority,
Expand Down
2 changes: 1 addition & 1 deletion .agents/skills/speckit-intake-delete/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ metadata:
$ARGUMENTS
```

Delete is logical and reversible from versioned evidence. v0.2.0 has no purge.
Delete is logical and reversible from versioned evidence. v0.2.1 has no purge.

1. Resolve exactly one active intake or one complete series. Require the exact
identity, a deletion reason, and explicit current delete authority.
Expand Down
4 changes: 4 additions & 0 deletions .agents/skills/speckit-intake-review/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ exist. Use the installed policy and checklist.
measurable acceptance, dependencies, order, security/privacy/A11Y/platform,
evidence, delivery authority, risks, references, prompt alignment, and
secret or unnecessary-personal-data exposure.
When project policy declares learner-facing material, also verify assumed
prior knowledge, first-use explanations for technical and Spec Kit terms,
the language/readability contract, and text-first dependencies, status,
decisions, and next actions.
3. For a series, additionally review IDs, DAG, gaps, overlap, terminology,
invariants, handoffs, future scope, and authority. Use schema 1.1, declare
every root, order every target exactly once, and bind the request path and
Expand Down
4 changes: 4 additions & 0 deletions .agents/skills/speckit-intake-series-create/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ review or feature workflow.
completion fact, or delivery authority.
5. Prepare manifest, receipt, operation journal, and learner-readable order
document under repository-owned paths.
Preserve the project's declared audience, language order, readability,
first-use terminology, and prior-knowledge boundary. The order document
must state dependencies, blockers, status, decisions, and next actions as
text even when it also contains a diagram.
6. Validate paths, hashes, graph, lifecycle, and receipts in Bash and
PowerShell before publishing any active file.
7. Publish all prepared files atomically. A failure leaves an explicit
Expand Down
6 changes: 6 additions & 0 deletions .agents/skills/speckit-parallel-autonomous/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ Require an accepted campaign manifest, local runner-profile binding, explicit
delivery authority, and `autonomous-run-governance >= 0.2.2` in every worker
repository.

Resolve the shared project learner and accessibility policy before scheduling.
Every worker and the final consolidation must preserve the declared audience,
language order, readability, first-use terminology, prior-knowledge boundary,
and text-first dependency/status/decision/next-action contract. Provider or
runner defaults cannot weaken that policy.

Campaign schemas `1.0`, `1.1`, and `1.2` are supported. Schema `1.2` may
declare `intakeReview.required`. When true, validate the result before any
worktree or worker process is created. Require one semantic review per unique
Expand Down
8 changes: 7 additions & 1 deletion .claude/skills/speckit-autonomous/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ $ARGUMENTS
Use the request, repository constitution, agent guidance, current feature
metadata, and accepted feature artifacts as binding input.

Resolve the project's learner and accessibility policy before Specify. Carry
its declared audience, language order, readability target, first-use
terminology, assumed prior knowledge, and text-first dependency/status/decision
rules through Spec, Plan, Tasks, implementation evidence, documentation, and
retrospective. This preset does not invent a project-specific audience.

Before creating a feature, inspect repository metadata and
`specs/<feature>/autonomous-run-state.json`. A valid `PausedByUser` state MUST
stop this command and direct the user to `speckit.autonomous-resume`. A valid
Expand Down Expand Up @@ -145,4 +151,4 @@ Finish with task and artifact counts, validation, skipped conditions, review
state, follow-ups, remote identifiers when authorized, and exact local/remote
synchronization. Set `Completed` only when every applicable schema-1.1 closeout
field is terminal and final validation is `Completed`. Do not start the next
feature implicitly.
feature implicitly.
6 changes: 5 additions & 1 deletion .claude/skills/speckit-intake-create/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ series. This command never updates or deletes an active intake. It never starts
requirements, quality and governance boundaries, dependencies, risks,
expected artifacts, evidence, measurable acceptance, assumptions, and open
questions. Follow repository language policy and applicable WCAG 2.2 AA.
For learner-facing material, preserve the profile's declared audience,
assumed prior knowledge, first-use terminology rule, and text-first
dependency/status/decision/next-action rule. Never silently assume Spec Kit
experience.
8. Refuse an existing target or active receipt without writing anything.
Report `$speckit-intake-update <target>` as the exact safe command. New
targets use provenance mode `New`; Create never claims update authority,
Expand Down Expand Up @@ -88,4 +92,4 @@ Finish with status, targets, receipts or series manifest, source count, question
and decision counts, delivery authority, validation results, and exactly one
next action. For one `ReadyForReview` target, use
`$speckit-intake-review <target>`. For a series, use the generated schema-1.1
Series request. Report the command without executing it.
Series request. Report the command without executing it.
4 changes: 2 additions & 2 deletions .claude/skills/speckit-intake-delete/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ metadata:
$ARGUMENTS
```

Delete is logical and reversible from versioned evidence. v0.2.0 has no purge.
Delete is logical and reversible from versioned evidence. v0.2.1 has no purge.

1. Resolve exactly one active intake or one complete series. Require the exact
identity, a deletion reason, and explicit current delete authority.
Expand All @@ -40,4 +40,4 @@ Delete is logical and reversible from versioned evidence. v0.2.0 has no purge.

Finish with deleted identities, archive and tombstone paths, validation,
invalidated references, and exact next action. Never recreate, review, specify,
or start an autonomous command implicitly.
or start an autonomous command implicitly.
6 changes: 5 additions & 1 deletion .claude/skills/speckit-intake-review/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ exist. Use the installed policy and checklist.
measurable acceptance, dependencies, order, security/privacy/A11Y/platform,
evidence, delivery authority, risks, references, prompt alignment, and
secret or unnecessary-personal-data exposure.
When project policy declares learner-facing material, also verify assumed
prior knowledge, first-use explanations for technical and Spec Kit terms,
the language/readability contract, and text-first dependencies, status,
decisions, and next actions.
3. For a series, additionally review IDs, DAG, gaps, overlap, terminology,
invariants, handoffs, future scope, and authority. Use schema 1.1, declare
every root, order every target exactly once, and bind the request path and
Expand All @@ -48,4 +52,4 @@ exist. Use the installed policy and checklist.

Finish with outcome, target and worker counts, findings by severity, accepted
risks, open questions, result path, and exact next action. Do not start Specify
or an autonomous run implicitly.
or an autonomous run implicitly.
6 changes: 5 additions & 1 deletion .claude/skills/speckit-intake-series-create/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,13 @@ review or feature workflow.
completion fact, or delivery authority.
5. Prepare manifest, receipt, operation journal, and learner-readable order
document under repository-owned paths.
Preserve the project's declared audience, language order, readability,
first-use terminology, and prior-knowledge boundary. The order document
must state dependencies, blockers, status, decisions, and next actions as
text even when it also contains a diagram.
6. Validate paths, hashes, graph, lifecycle, and receipts in Bash and
PowerShell before publishing any active file.
7. Publish all prepared files atomically. A failure leaves an explicit
incomplete operation and no partially active series.
8. Finish with series ID, cardinalities, validation results, eligible targets,
blockers, and exactly `$speckit-intake-series-status` as the next action.
blockers, and exactly `$speckit-intake-series-status` as the next action.
8 changes: 7 additions & 1 deletion .claude/skills/speckit-parallel-autonomous/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@ Require an accepted campaign manifest, local runner-profile binding, explicit
delivery authority, and `autonomous-run-governance >= 0.2.2` in every worker
repository.

Resolve the shared project learner and accessibility policy before scheduling.
Every worker and the final consolidation must preserve the declared audience,
language order, readability, first-use terminology, prior-knowledge boundary,
and text-first dependency/status/decision/next-action contract. Provider or
runner defaults cannot weaken that policy.

Campaign schemas `1.0`, `1.1`, and `1.2` are supported. Schema `1.2` may
declare `intakeReview.required`. When true, validate the result before any
worktree or worker process is created. Require one semantic review per unique
Expand Down Expand Up @@ -46,4 +52,4 @@ or incomplete result schedules zero workers.

*DE: Worker-spezifische Runner-Profile duerfen das Kampagnenprofil
ueberschreiben. Modell und Reasoning nur bei ausdruecklicher Deklaration
anzeigen; keine fremde Agentenkonfiguration erraten.*
anzeigen; keine fremde Agentenkonfiguration erraten.*
8 changes: 7 additions & 1 deletion .github/agents/speckit.autonomous.agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ $ARGUMENTS
Use the request, repository constitution, agent guidance, current feature
metadata, and accepted feature artifacts as binding input.

Resolve the project's learner and accessibility policy before Specify. Carry
its declared audience, language order, readability target, first-use
terminology, assumed prior knowledge, and text-first dependency/status/decision
rules through Spec, Plan, Tasks, implementation evidence, documentation, and
retrospective. This preset does not invent a project-specific audience.

Before creating a feature, inspect repository metadata and
`specs/<feature>/autonomous-run-state.json`. A valid `PausedByUser` state MUST
stop this command and direct the user to `speckit.autonomous-resume`. A valid
Expand Down Expand Up @@ -142,4 +148,4 @@ Finish with task and artifact counts, validation, skipped conditions, review
state, follow-ups, remote identifiers when authorized, and exact local/remote
synchronization. Set `Completed` only when every applicable schema-1.1 closeout
field is terminal and final validation is `Completed`. Do not start the next
feature implicitly.
feature implicitly.
6 changes: 5 additions & 1 deletion .github/agents/speckit.intake-create.agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ series. This command never updates or deletes an active intake. It never starts
requirements, quality and governance boundaries, dependencies, risks,
expected artifacts, evidence, measurable acceptance, assumptions, and open
questions. Follow repository language policy and applicable WCAG 2.2 AA.
For learner-facing material, preserve the profile's declared audience,
assumed prior knowledge, first-use terminology rule, and text-first
dependency/status/decision/next-action rule. Never silently assume Spec Kit
experience.
8. Refuse an existing target or active receipt without writing anything.
Report `$speckit-intake-update <target>` as the exact safe command. New
targets use provenance mode `New`; Create never claims update authority,
Expand Down Expand Up @@ -85,4 +89,4 @@ Finish with status, targets, receipts or series manifest, source count, question
and decision counts, delivery authority, validation results, and exactly one
next action. For one `ReadyForReview` target, use
`$speckit-intake-review <target>`. For a series, use the generated schema-1.1
Series request. Report the command without executing it.
Series request. Report the command without executing it.
4 changes: 2 additions & 2 deletions .github/agents/speckit.intake-delete.agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description: Logically delete active intake artifacts through archive and tombst
$ARGUMENTS
```

Delete is logical and reversible from versioned evidence. v0.2.0 has no purge.
Delete is logical and reversible from versioned evidence. v0.2.1 has no purge.

1. Resolve exactly one active intake or one complete series. Require the exact
identity, a deletion reason, and explicit current delete authority.
Expand All @@ -37,4 +37,4 @@ Delete is logical and reversible from versioned evidence. v0.2.0 has no purge.

Finish with deleted identities, archive and tombstone paths, validation,
invalidated references, and exact next action. Never recreate, review, specify,
or start an autonomous command implicitly.
or start an autonomous command implicitly.
6 changes: 5 additions & 1 deletion .github/agents/speckit.intake-review.agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ exist. Use the installed policy and checklist.
measurable acceptance, dependencies, order, security/privacy/A11Y/platform,
evidence, delivery authority, risks, references, prompt alignment, and
secret or unnecessary-personal-data exposure.
When project policy declares learner-facing material, also verify assumed
prior knowledge, first-use explanations for technical and Spec Kit terms,
the language/readability contract, and text-first dependencies, status,
decisions, and next actions.
3. For a series, additionally review IDs, DAG, gaps, overlap, terminology,
invariants, handoffs, future scope, and authority. Use schema 1.1, declare
every root, order every target exactly once, and bind the request path and
Expand All @@ -45,4 +49,4 @@ exist. Use the installed policy and checklist.

Finish with outcome, target and worker counts, findings by severity, accepted
risks, open questions, result path, and exact next action. Do not start Specify
or an autonomous run implicitly.
or an autonomous run implicitly.
6 changes: 5 additions & 1 deletion .github/agents/speckit.intake-series-create.agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,13 @@ review or feature workflow.
completion fact, or delivery authority.
5. Prepare manifest, receipt, operation journal, and learner-readable order
document under repository-owned paths.
Preserve the project's declared audience, language order, readability,
first-use terminology, and prior-knowledge boundary. The order document
must state dependencies, blockers, status, decisions, and next actions as
text even when it also contains a diagram.
6. Validate paths, hashes, graph, lifecycle, and receipts in Bash and
PowerShell before publishing any active file.
7. Publish all prepared files atomically. A failure leaves an explicit
incomplete operation and no partially active series.
8. Finish with series ID, cardinalities, validation results, eligible targets,
blockers, and exactly `$speckit-intake-series-status` as the next action.
blockers, and exactly `$speckit-intake-series-status` as the next action.
8 changes: 7 additions & 1 deletion .github/agents/speckit.parallel-autonomous.agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ Require an accepted campaign manifest, local runner-profile binding, explicit
delivery authority, and `autonomous-run-governance >= 0.2.2` in every worker
repository.

Resolve the shared project learner and accessibility policy before scheduling.
Every worker and the final consolidation must preserve the declared audience,
language order, readability, first-use terminology, prior-knowledge boundary,
and text-first dependency/status/decision/next-action contract. Provider or
runner defaults cannot weaken that policy.

Campaign schemas `1.0`, `1.1`, and `1.2` are supported. Schema `1.2` may
declare `intakeReview.required`. When true, validate the result before any
worktree or worker process is created. Require one semantic review per unique
Expand Down Expand Up @@ -43,4 +49,4 @@ or incomplete result schedules zero workers.

*DE: Worker-spezifische Runner-Profile duerfen das Kampagnenprofil
ueberschreiben. Modell und Reasoning nur bei ausdruecklicher Deklaration
anzeigen; keine fremde Agentenkonfiguration erraten.*
anzeigen; keine fremde Agentenkonfiguration erraten.*
8 changes: 7 additions & 1 deletion .opencode/command/speckit.autonomous.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ $ARGUMENTS
Use the request, repository constitution, agent guidance, current feature
metadata, and accepted feature artifacts as binding input.

Resolve the project's learner and accessibility policy before Specify. Carry
its declared audience, language order, readability target, first-use
terminology, assumed prior knowledge, and text-first dependency/status/decision
rules through Spec, Plan, Tasks, implementation evidence, documentation, and
retrospective. This preset does not invent a project-specific audience.

Before creating a feature, inspect repository metadata and
`specs/<feature>/autonomous-run-state.json`. A valid `PausedByUser` state MUST
stop this command and direct the user to `speckit.autonomous-resume`. A valid
Expand Down Expand Up @@ -142,4 +148,4 @@ Finish with task and artifact counts, validation, skipped conditions, review
state, follow-ups, remote identifiers when authorized, and exact local/remote
synchronization. Set `Completed` only when every applicable schema-1.1 closeout
field is terminal and final validation is `Completed`. Do not start the next
feature implicitly.
feature implicitly.
6 changes: 5 additions & 1 deletion .opencode/command/speckit.intake-create.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ series. This command never updates or deletes an active intake. It never starts
requirements, quality and governance boundaries, dependencies, risks,
expected artifacts, evidence, measurable acceptance, assumptions, and open
questions. Follow repository language policy and applicable WCAG 2.2 AA.
For learner-facing material, preserve the profile's declared audience,
assumed prior knowledge, first-use terminology rule, and text-first
dependency/status/decision/next-action rule. Never silently assume Spec Kit
experience.
8. Refuse an existing target or active receipt without writing anything.
Report `$speckit-intake-update <target>` as the exact safe command. New
targets use provenance mode `New`; Create never claims update authority,
Expand Down Expand Up @@ -85,4 +89,4 @@ Finish with status, targets, receipts or series manifest, source count, question
and decision counts, delivery authority, validation results, and exactly one
next action. For one `ReadyForReview` target, use
`$speckit-intake-review <target>`. For a series, use the generated schema-1.1
Series request. Report the command without executing it.
Series request. Report the command without executing it.
4 changes: 2 additions & 2 deletions .opencode/command/speckit.intake-delete.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description: Logically delete active intake artifacts through archive and tombst
$ARGUMENTS
```

Delete is logical and reversible from versioned evidence. v0.2.0 has no purge.
Delete is logical and reversible from versioned evidence. v0.2.1 has no purge.

1. Resolve exactly one active intake or one complete series. Require the exact
identity, a deletion reason, and explicit current delete authority.
Expand All @@ -37,4 +37,4 @@ Delete is logical and reversible from versioned evidence. v0.2.0 has no purge.

Finish with deleted identities, archive and tombstone paths, validation,
invalidated references, and exact next action. Never recreate, review, specify,
or start an autonomous command implicitly.
or start an autonomous command implicitly.
Loading
Loading