@adamchanadam/cer-workflow 0.3.17

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,71 @@
1
+ ---
2
+ name: cer-workflow-en
3
+ description: "Run standalone CER, or use local /CER-auto to select the minimum sufficient ordinary, Goal, CER Workflow, or blocked route. Use only for explicit CER-qualified commands or equivalent meaning; use it for long-running, multi-batch, interruption-prone work needing one writer, fresh Reviewers, self-contained dispatch, persistence, and on-demand parallel candidate analysis. Plain start/work or close/finish messages are not CER triggers. This Skill does not prescribe project documents."
4
+ ---
5
+
6
+ # CER Workflow
7
+
8
+ CER Core v1 is for Codex only. Claude Code requires a separate Skill that has not been provided. Do
9
+ not claim that this Skill or repository currently supports Claude Code.
10
+
11
+ Runtime-language boundary: future behavior starts in English `cer-workflow-en`; any
12
+ Traditional Chinese entry only preserves Chinese triggers/replies. Owner:
13
+ [core-runtime.md](references/core-runtime.md).
14
+
15
+ ## Entry Routing
16
+
17
+ 1. For local `/CER-auto`, before any CER identity exists, read only "Execution Profile Gate" in
18
+ [core-runtime.md](references/core-runtime.md), plus the user request and target-project truth needed
19
+ for routing; when their paths are known, load them under that owner's single bounded-read
20
+ requirement. If ordinary execution or Goal is selected, stop loading CER references. If
21
+ CER Workflow is selected, read `core-runtime.md` and
22
+ [roadmap.md](references/roadmap.md) in full only at the point that needs CER and use the current
23
+ full CER startup. C/E1 exist only after full CER startup; R is still created only when the
24
+ existing Reviewer owner requires it by risk. A blocked route reports the missing condition and
25
+ stops. Remote `/CER-auto` is unsupported in this first version.
26
+ 2. Before accepting `/CER-start`, read [core-runtime.md](references/core-runtime.md) and
27
+ [roadmap.md](references/roadmap.md) in full.
28
+ 3. For `/CER-close`, read only "Roles", "Bear-Card Package Version", and "Standalone
29
+ Persistence And Closeout" in `core-runtime.md`, plus "Fixed Lifecycle Cards" in `roadmap.md`.
30
+ 4. For `/CER-stop`, read only "Roles", "Bear-Card Package Version", and "Stop CER" in
31
+ `core-runtime.md`, plus "Fixed Lifecycle Cards" in `roadmap.md`; read only the relevant roadmap
32
+ section for another checkpoint.
33
+ 5. Expand reading only when role coordinates or terminal-state evidence are incomplete or contradictory, or target-project rules require it. Do not reread all references merely because the command is stop or close.
34
+ 6. After CER is active, if target `AGENTS.md` routes Kit full closeout or governance bridge intent,
35
+ read only the matching rule in "Self-Contained Dispatch" and do not redesign the Kit procedure.
36
+ 7. Read [uat.md](references/uat.md) in full only for installation acceptance or fresh UAT.
37
+ 8. Before C evaluates or uses parallel candidate producers, read
38
+ [parallel-producers.md](references/parallel-producers.md) in full; it is the sole complete owner.
39
+
40
+ ## Commands
41
+
42
+ Slash commands are text aliases. If the platform has no command UI, pasting the same text still works.
43
+
44
+ | Command | Natural language | Effect |
45
+ |---|---|---|
46
+ | `/CER-auto <task, constraints, priorities>` | `Run CER adaptively: ...` | In a local task, select ordinary execution, Goal, CER Workflow, or blocked first; no C exists before the route decision; CER Workflow enters full C/E/R, with R only when risk requires it. Remote is unsupported in this first version. |
47
+ | `/CER-start <task, constraints, priorities>` | `Start CER: ...` | Start CER; a local task or explicit Remote receiver may become the only C. Plain start/work messages do not start CER. |
48
+ | `/CER-stop` | `Stop CER and continue in one thread.` | Stop CER after the runtime brings any active writer to a verifiable state. |
49
+ | `/CER-close` | `Close CER.` | Close CER and prove writer closed under the runtime. Plain close/finish messages do not close CER. |
50
+ | `/CER-status` | `Show CER status.` | Report only C's known state, coordinates, checkpoint, and blockers; do not poll. |
51
+ | `/CER-help` | `Show CER commands.` | Show this table and the `/CER-auto` task shape. |
52
+
53
+ `/CER-auto` task shape: use `goal + constraints/do-not-do + acceptance + authority/source/authorization boundary`. When an example is needed, adapt it to the user's context rather than a fixed domain: `/CER-auto help me compare/organize/fix <my material or problem>; do not <forbidden action>; success means <verifiable output>; before a formal decision, payment, publication, or external commitment, stop and use CER Workflow.`
54
+
55
+ ## Entry Boundaries
56
+
57
+ - The complete unique-C startup gate is owned by `core-runtime.md`: Candidate `C_READY` plus sender readback is still insufficient; the receiver becomes the active Controller (C) only after actually receiving `C_ACCEPTED`.
58
+ - Formal E/R tasks must be visible in the same Codex project sidebar and created through the official `create_thread`. Do not downgrade to an inline sub-agent, fork, or delegate. Every `CER-start` cycle creates a brand-new E1; Later batches in the same cycle keep reusing that E1. Every R is a fresh new task. Full topology, writer, Reviewer, batch, direct-push, result-disposition, official-acceptance, persistence, and close rules are defined only in `core-runtime.md`.
59
+ - Display labels are only identifiers: `🚀 C:01|...`, `E1:01|...`, `R1:01|...`, `R2:01|...`, and
60
+ `E2:01|...`. `00` may identify only an unreconstructable legacy cycle; new cycles use `01` or higher
61
+ and never show a question-mark cycle label. The cycle number is sidebar display only; the full threadId remains authoritative. A close rename failure is only a `title sync warning`. Card text and VERSION
62
+ loading are owned by `roadmap.md` and `core-runtime.md`.
63
+ - Truth-source intake is owned only by Controller preflight in `core-runtime.md`. `/CER-auto` route selection, recheck, and safe transition are owned only by its "Execution Profile Gate". The long-task drift checkpoint is owned only by its outcome-anchor and progress gate. This entry does not restate profile, Reviewer, YAGNI, or stop rules.
64
+
65
+ ## Version And Blueprint Boundary
66
+
67
+ `v1` is the workflow generation, not the package version; package version comes only from `VERSION`
68
+ beside `SKILL.md`. Root `01_CER_Workflow_Human_Overview.en.md` and
69
+ `02_CER_Workflow_AI_Protocol.en.md` are internal requirements and acceptance blueprints; Skill
70
+ references are operating procedures. They align but do not own each other, and runtime rules are not
71
+ copied into this entry router.
@@ -0,0 +1 @@
1
+ 0.3.17
@@ -0,0 +1,6 @@
1
+ interface:
2
+ display_name: "CER Workflow"
3
+ short_description: "Run long multi-batch work with safe adaptive acceleration"
4
+ default_prompt: "Use $cer-workflow-en with one writer for this work; create a fresh Reviewer in proportion to risk, and accelerate internally when useful without extra setup."
5
+ policy:
6
+ allow_implicit_invocation: false