ahead-pi 0.3.0 → 0.3.1

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.
Files changed (34) hide show
  1. package/README.md +16 -41
  2. package/dist/ahead_wasm.wasm +0 -0
  3. package/generated/reference/CONSTITUTION.md +2 -0
  4. package/generated/reference/docs/evidence/README.md +17 -0
  5. package/generated/reference/docs/evidence/evidence-standard.md +2 -0
  6. package/generated/reference/docs/evidence/research-map.md +2 -0
  7. package/generated/reference/docs/{references → evidence/sources}/pragmatic-programmer-page-index.md +3 -1
  8. package/generated/reference/docs/{references → evidence/sources}/submitted-engineering-notes.md +3 -1
  9. package/generated/reference/docs/guide/README.md +28 -0
  10. package/generated/reference/docs/{acceptable-ai-use.md → guide/acceptable-ai-use.md} +4 -2
  11. package/generated/reference/docs/{engineering-practice.md → guide/engineering-practice.md} +5 -3
  12. package/generated/reference/docs/{rationale.md → guide/rationale.md} +3 -1
  13. package/generated/reference/docs/{recommended-skills.md → guide/recommended-skills.md} +2 -0
  14. package/generated/reference/docs/{workflows → guide/workflows}/README.md +3 -1
  15. package/generated/reference/docs/{workflows → guide/workflows}/corrective-debugging.md +2 -0
  16. package/generated/reference/docs/{workflows → guide/workflows}/decision.md +2 -0
  17. package/generated/reference/docs/{workflows → guide/workflows}/internal-improvement.md +2 -0
  18. package/generated/reference/docs/{workflows → guide/workflows}/investigation.md +2 -0
  19. package/generated/reference/docs/{workflows → guide/workflows}/operational-stabilization.md +2 -0
  20. package/generated/reference/docs/{workflows → guide/workflows}/product-change.md +2 -0
  21. package/generated/reference/index.json +127 -132
  22. package/package.json +1 -1
  23. package/src/engine.ts +1 -1
  24. package/src/guidance.ts +3 -7
  25. package/src/index.ts +255 -20
  26. package/src/reference.ts +12 -1
  27. package/src/storage.ts +63 -3
  28. package/generated/reference/docs/design/adapted-skill-guidance.md +0 -27
  29. package/generated/reference/docs/design/debugging-and-operations.md +0 -119
  30. package/generated/reference/docs/design/executable-workflows.md +0 -122
  31. package/generated/reference/docs/design/instruction-authoring.md +0 -28
  32. package/generated/reference/docs/design/process-taxonomy.md +0 -144
  33. package/generated/reference/docs/design/review-workbench.md +0 -37
  34. package/generated/reference/docs/releasing-pi.md +0 -89
package/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # AHEAD for Pi
2
2
 
3
+ Audience: AHEAD practitioners
4
+
3
5
  Status: guided-mode dogfood v0.3
4
6
 
5
7
  The Pi integration runs the Rust AHEAD state machine as WebAssembly, injects generated phase instructions into any Pi model, persists the event/evidence chain, and presents AHEAD as a guided mode with human-owned gates.
@@ -17,7 +19,7 @@ pi install npm:ahead-pi
17
19
  Pin an exact version for a team or project:
18
20
 
19
21
  ```sh
20
- pi install -l npm:ahead-pi@0.3.0
22
+ pi install -l npm:ahead-pi@0.3.1
21
23
  ```
22
24
 
23
25
  Or try it for one session without changing settings:
@@ -26,40 +28,17 @@ Or try it for one session without changing settings:
26
28
  pi -e npm:ahead-pi
27
29
  ```
28
30
 
29
- ## Build from this repository
30
-
31
- Requirements: Rust with `wasm32-unknown-unknown`, Node 22 or newer, npm, and Pi 0.84.1 or a compatible release.
32
-
33
- ```sh
34
- cd integrations/pi
35
- npm install
36
- npm run build
37
- ```
38
-
39
- For a quick source-checkout dogfood run from the repository root:
40
-
41
- ```sh
42
- pi --no-extensions -e ./integrations/pi/src/index.ts
43
- ```
44
-
45
- Or install the package into the current project through Pi:
46
-
47
- ```sh
48
- pi install -l ./integrations/pi
49
- pi
50
- ```
51
-
52
- Pi may ask you to trust the project-local extension. Review it before accepting; project trust is not a sandbox.
53
-
54
31
  ## Guided mode
55
32
 
56
33
  1. Start Pi in the repository where the engineering work will occur.
57
- 2. Run `/ahead <short title>` once, choose the workflow that fits the dominant outcome, and enter AHEAD mode. Advanced noninteractive use may pass `/ahead-start <workflow-id> :: <title>`.
58
- 3. Work through normal conversation. The persistent widget shows the current goal, what the human owns, what AI may do, required evidence, and the next valid action.
59
- 4. Run `/ahead` again whenever you want the contextual action menu. It opens the right guided editor, requests the right AI contribution, accepts and advances a human gate, returns to an earlier phase, or opens applicable framework guidance.
34
+ 2. Run `/ahead <short title>` once, explicitly choose the workflow that fits the dominant outcome, and enter AHEAD mode. A new run never defaults to Product Change. Advanced noninteractive use must pass `/ahead-start <workflow-id> :: <title>`.
35
+ 3. Work through normal conversation. A compact header above the chat shows the phase goal, required evidence, and whether the human or AI owns the next action. The full human/AI boundary continues to govern every model turn without occupying the conversation.
36
+ 4. Run `/ahead` again only when you want the contextual action menu. It opens the right guided editor, requests the right AI contribution, accepts and advances a human gate, returns to an earlier phase, or opens applicable framework guidance.
60
37
  5. Keep the `.ahead` records with the work so another session or independent reviewer resumes the same authoritative run.
61
38
 
62
- AHEAD remains active across Pi sessions until an accountable human completes the outcome phase and closes the run. Restarting Pi does not leave the mode or reset the workflow.
39
+ AHEAD remains active across Pi sessions until an accountable human completes the outcome phase or runs `/ahead-stop`. Restarting Pi does not leave the mode or reset the workflow.
40
+
41
+ `/ahead-stop` defaults to discarding the unfinished AHEAD run record and its `.ahead` artifacts; it never deletes, resets, or reverts source code or other repository changes. The human may instead explicitly save the run for later. `/ahead-resume` restores that exact workflow, phase, evidence, and unmet gates.
63
42
 
64
43
  During implementation, the engineer can ask questions at any time. The guided help form captures the engineer's current model and first attempt, then asks AI for explanation, evidence, hints, debugging help, or bounded next steps without handing over human ownership. Normal conversation follows the same rule. A bounded mechanical edit still requires clear human intent and later human inspection and understanding.
65
44
 
@@ -69,7 +48,7 @@ Run `/ahead-skills` to inspect optional third-party skills AHEAD has reviewed fo
69
48
 
70
49
  AHEAD behaves as a dynamic policy profile layered onto whichever model Pi is already using. Every model turn receives a compact binding agent profile, the active phase contract, current workflow state, and human/AI boundary. The full framework is not injected into every prompt.
71
50
 
72
- All repository framework Markdown is copied into the published package at build time and indexed for on-demand use. Run `/ahead-guide` to read references applicable to the active phase, `/ahead-guide all` to browse the complete packaged set, or `/ahead-guide <topic>` to open a specific document. AI uses `ahead_get_reference` when it needs the same source material. This preserves traceability without filling the context window with unrelated documents.
51
+ The Constitution, practitioner guide, and evidence library are copied into the published package at build time and indexed with audience and authority metadata. Maintainer and tooling-development documents are excluded. Run `/ahead-guide` to read practitioner references applicable to the active phase, `/ahead-guide all` to browse the complete runtime set, or `/ahead-guide <topic>` to open a specific document. AI uses `ahead_get_reference` when it needs the same source material. This preserves traceability without filling the context window with unrelated documents.
73
52
 
74
53
  The normal implementation handoff is:
75
54
 
@@ -93,10 +72,12 @@ A draft branch or draft PR may exist earlier. The handoff gate is requesting hum
93
72
 
94
73
  | Command | Effect |
95
74
  |---|---|
96
- | `/ahead [title]` | Choose a workflow for new work, or resume and perform the next guided AHEAD action |
75
+ | `/ahead [title]` | Choose a workflow for new work, or open the active workflow's action menu |
97
76
  | `/ahead-guide [topic]` | Read phase-relevant or requested AHEAD Markdown |
98
77
  | `/ahead-skills` | Inspect optional skills reviewed for the active phase; never installs them |
99
78
  | `/ahead-review` | Inspect the exact diff and complete the AI-to-human review handoff |
79
+ | `/ahead-stop` | Leave AHEAD mode; discard the unfinished record by default or explicitly save it |
80
+ | `/ahead-resume [run-id]` | Resume an unfinished run that was explicitly saved |
100
81
  | `/ahead-help` | Show commands and authority boundaries |
101
82
 
102
83
  `/ahead-start`, `/ahead-status`, `/ahead-record`, `/ahead-accept`, `/ahead-advance`, and `/ahead-return` remain available as advanced recovery and inspection commands. Normal use should not require memorizing them.
@@ -129,14 +110,8 @@ Human identity is resolved from `AHEAD_HUMAN_IDENTITY`, Git `user.email`, Git `u
129
110
  AHEAD_HUMAN_IDENTITY=reviewer@example.com pi -e ./integrations/pi/src/index.ts
130
111
  ```
131
112
 
132
- This is local self-attestation, not cryptographic identity. The initial version is single-writer, implements all six pilot workflows, and has no GitHub/CI workflow enforcement yet. v0.3 binds local review records to a SHA-256 fingerprint of the selected base, merge base, HEAD, tracked diff, working-tree status, and untracked-file hashes. That fingerprint is not signed or remotely attested; a changed changeset must be reviewed again. See [Executable AHEAD workflows](https://github.com/Kade-Powell/ahead/blob/main/docs/design/executable-workflows.md) for the architecture and trust boundaries.
133
-
134
- ## Package and release verification
135
-
136
- `npm test` builds the Rust core for `wasm32-unknown-unknown`, regenerates instructions, checks formatting with Oxfmt, runs Oxlint source and type-aware analysis, runs TypeScript checking and the Rust/WASM-facing and guided-mode tests, creates the exact npm tarball, verifies its allowlisted contents, loads the extracted package through the real Pi binary, and confirms that the packaged extension persists a valid run.
137
-
138
- Use `npm run format`, `npm run format:check`, `npm run lint`, and `npm run typecheck` for individual JavaScript and TypeScript quality gates. Oxc configuration is repository-wide so the root generators and Pi integration follow the same policy.
113
+ This is local self-attestation, not cryptographic identity. The initial version is single-writer, implements all six pilot workflows, and has no GitHub/CI workflow enforcement yet. v0.3 binds local review records to a SHA-256 fingerprint of the selected base, merge base, HEAD, tracked diff, working-tree status, and untracked-file hashes. That fingerprint is not signed or remotely attested; a changed changeset must be reviewed again.
139
114
 
140
- The npm package contains only its README, package metadata, TypeScript runtime, generated phase instructions, and compiled WASM engine. Build scripts, tests, source specs, development dependencies, and repository files are excluded.
115
+ ## Contributing
141
116
 
142
- See [Releasing the Pi extension](https://github.com/Kade-Powell/ahead/blob/main/docs/releasing-pi.md) for versioning, first-publish authentication, trusted publishing, and rollback rules.
117
+ Source builds, architecture, package verification, and release procedures are maintained separately in the [AHEAD development guide](https://github.com/Kade-Powell/ahead/blob/main/docs/development/README.md).
Binary file
@@ -1,5 +1,7 @@
1
1
  # AHEAD Constitution
2
2
 
3
+ Audience: AHEAD practitioners and framework maintainers
4
+
3
5
  This constitution records the durable principles of **Assisted Human Engineering and Development**. Workflows and tools may evolve. These principles define what makes them AHEAD.
4
6
 
5
7
  ## 1. Human ownership
@@ -0,0 +1,17 @@
1
+ # AHEAD Evidence and Provenance
2
+
3
+ Audience: AHEAD evidence readers and framework maintainers
4
+
5
+ This library records why AHEAD makes its process choices and how strong the support for those choices is. It is separate from the practitioner guide so source material and methodology governance do not become extra steps in ordinary engineering work.
6
+
7
+ ## Evidence governance
8
+
9
+ - [Evidence standard](evidence-standard.md) defines evidence classes, applicability, limitations, and revision expectations.
10
+ - [Research map](research-map.md) maps important AHEAD claims to current research, standards, established practice, and open hypotheses.
11
+
12
+ ## Preserved source notes
13
+
14
+ - [Pragmatic Programmer page index](sources/pragmatic-programmer-page-index.md) preserves edition-specific page locators.
15
+ - [Submitted engineering notes](sources/submitted-engineering-notes.md) preserves the original tips and checklists behind the distilled practitioner guidance.
16
+
17
+ Practitioners may consult this material when they need the basis or limitation of a rule. Framework maintainers use it when proposing, evaluating, or revising AHEAD policy.
@@ -1,5 +1,7 @@
1
1
  # AHEAD Evidence Standard
2
2
 
3
+ Audience: AHEAD evidence readers and framework maintainers
4
+
3
5
  Status: proposed
4
6
 
5
7
  ## Purpose
@@ -1,5 +1,7 @@
1
1
  # AHEAD Research Map
2
2
 
3
+ Audience: AHEAD evidence readers and framework maintainers
4
+
3
5
  Status: living evidence review
4
6
  Last reviewed: 2026-08-12
5
7
 
@@ -1,5 +1,7 @@
1
1
  # *The Pragmatic Programmer* Page Index
2
2
 
3
+ Audience: AHEAD evidence readers and framework maintainers
4
+
3
5
  Status: submitted source notes
4
6
 
5
7
  ## Edition and use
@@ -8,7 +10,7 @@ This index preserves the page-level provenance from the original AHEAD engineeri
8
10
 
9
11
  > David Thomas and Andrew Hunt, *The Pragmatic Programmer: Your Journey to Mastery*, 20th Anniversary Edition, ISBN 9780135957059.
10
12
 
11
- Page numbers are edition-specific and may not match an ebook or another printing. The titles and locators below are the submitter's reading notes, retained so AHEAD's distilled guidance remains traceable. They are not presented as scientific evidence; the [research map](../evidence/research-map.md) separately records empirical support.
13
+ Page numbers are edition-specific and may not match an ebook or another printing. The titles and locators below are the submitter's reading notes, retained so AHEAD's distilled guidance remains traceable. They are not presented as scientific evidence; the [research map](../research-map.md) separately records empirical support.
12
14
 
13
15
  Two submitted locators look like transcription errors but are intentionally preserved pending a check against the physical edition:
14
16
 
@@ -1,10 +1,12 @@
1
1
  # Submitted Engineering Notes
2
2
 
3
+ Audience: AHEAD evidence readers and framework maintainers
4
+
3
5
  Status: submitted source notes
4
6
 
5
7
  ## Purpose and provenance
6
8
 
7
- This document preserves submitted engineering tips, checklists, and practices that are intentionally condensed in the [AHEAD Engineering Practice](../engineering-practice.md) guide. It is a source record, not a claim that every item is an experimentally validated rule.
9
+ This document preserves submitted engineering tips, checklists, and practices that are intentionally condensed in the [AHEAD Engineering Practice](../../guide/engineering-practice.md) guide. It is a source record, not a claim that every item is an experimentally validated rule.
8
10
 
9
11
  Tips 1–70 and their submitted page locators from *The Pragmatic Programmer* are retained in the [edition-specific page index](pragmatic-programmer-page-index.md). Their accompanying submitted meanings are retained below, followed by the additional tips and the full submitted checklist and practice content. The submitted language-learning list is intentionally omitted.
10
12
 
@@ -0,0 +1,28 @@
1
+ # AHEAD Practitioner Guide
2
+
3
+ Audience: AHEAD practitioners
4
+
5
+ This is the starting point for people applying AHEAD to engineering work. These documents explain what practitioners are expected to understand, decide, record, and review. They do not describe how the Rust engine, Pi adapter, instruction generator, or release process is implemented.
6
+
7
+ ## Start here
8
+
9
+ 1. [Why AHEAD](rationale.md) explains the philosophy and intended human–AI relationship.
10
+ 2. [AHEAD Constitution](../../CONSTITUTION.md) defines the durable, non-negotiable principles.
11
+ 3. [Acceptable AI use](acceptable-ai-use.md) defines binding authority boundaries.
12
+ 4. [Engineering practice](engineering-practice.md) describes the habits AHEAD asks engineers to cultivate.
13
+ 5. [Pilot workflows](workflows/README.md) explains how to choose and execute one of the six flows.
14
+ 6. [Recommended skills](recommended-skills.md) lists optional, reviewed third-party aids.
15
+
16
+ ## Authority
17
+
18
+ The Constitution, Acceptable AI Use policy, and active workflow contract are binding during an AHEAD pilot. The rationale explains why those rules exist. Engineering Practice is proposed guidance, and recommended skills are optional. Organization and repository rules may narrow AI authority but cannot broaden it beyond AHEAD policy.
19
+
20
+ ## When you need the basis for a rule
21
+
22
+ Use the [evidence library](../evidence/README.md) for research, limitations, and original source notes. Evidence documents support and challenge the framework; they are not additional workflow steps unless a workflow explicitly requires them.
23
+
24
+ ## Tooling
25
+
26
+ [AHEAD for Pi](https://github.com/Kade-Powell/ahead/tree/main/integrations/pi) explains installation, guided mode, commands, review handoff, identity, and current pilot limitations. Implementation architecture and release procedures belong in the repository's [development guide](https://github.com/Kade-Powell/ahead/blob/main/docs/development/README.md), which is intentionally not packaged as runtime guidance.
27
+
28
+ Stopping AHEAD does not imply completion. An integration should discard unfinished workflow records by default without touching engineering work, retain them only when the human explicitly chooses to save, and resume saved work at the same phase and gates.
@@ -1,10 +1,12 @@
1
1
  # Acceptable AI Use in AHEAD
2
2
 
3
+ Audience: AHEAD practitioners
4
+
3
5
  Status: binding pilot policy v0.1
4
6
 
5
7
  ## Authority
6
8
 
7
- This policy is binding for AHEAD pilot workflows. The [AHEAD Constitution](../CONSTITUTION.md) is the highest authority; this policy interprets its human-ownership boundaries; workflow profiles apply both and may narrow AI permissions for a phase. A workflow phase, diagram, tool permission, or local convenience cannot broaden AI authority beyond this policy. Organization and repository policies may impose stricter controls.
9
+ This policy is binding for AHEAD pilot workflows. The [AHEAD Constitution](../../CONSTITUTION.md) is the highest authority; this policy interprets its human-ownership boundaries; workflow profiles apply both and may narrow AI permissions for a phase. A workflow phase, diagram, tool permission, or local convenience cannot broaden AI authority beyond this policy. Organization and repository policies may impose stricter controls.
8
10
 
9
11
  If two rules appear to conflict, apply the more protective rule and record the ambiguity for correction. No exception may transfer human authorship, judgment, approval, accountability, or unscoped consequential authority to AI.
10
12
 
@@ -214,4 +216,4 @@ For a disposable prototype, also answer:
214
216
  - [NIST DevSecOps reference model: Artificial Intelligence](https://pages.nist.gov/nccoe-devsecops/notational-reference-model.html#artificial-intelligence) — human validation and verifiable-process guidance for AI-augmented software development.
215
217
  - [OWASP Secure Coding with AI Cheat Sheet](https://cheatsheetseries.owasp.org/cheatsheets/Secure_Coding_with_AI_Cheat_Sheet.html) — practitioner security guidance for sensitive context, agent permissions, generated tests, supply chains, and CI/CD.
216
218
 
217
- The [research map](evidence/research-map.md) classifies these sources and records their limitations. Exact boundaries such as “core business logic” and the human-first debugging checkpoint remain AHEAD policy choices that should be tested and refined.
219
+ The [research map](../evidence/research-map.md) classifies these sources and records their limitations. Exact boundaries such as “core business logic” and the human-first debugging checkpoint remain AHEAD policy choices that should be tested and refined.
@@ -1,5 +1,7 @@
1
1
  # AHEAD Engineering Practice
2
2
 
3
+ Audience: AHEAD practitioners
4
+
3
5
  Status: proposed guidance
4
6
 
5
7
  ## Purpose
@@ -8,7 +10,7 @@ AHEAD is not only a sequence of AI gates. It is a way of practicing engineering.
8
10
 
9
11
  Many of these ideas come from practitioner literature rather than controlled experiments. The source type matters: a useful craft principle can guide work without being misrepresented as science.
10
12
 
11
- The submitted notes include page-level references to *The Pragmatic Programmer*. Those locators are preserved in the [edition-specific page index](references/pragmatic-programmer-page-index.md) and grouped below so the distillation remains traceable to its source. Additional submitted tips, complete checklists, and practices are retained in the [submitted engineering notes](references/submitted-engineering-notes.md); the practice guide condenses them without replacing that source record.
13
+ The submitted notes include page-level references to *The Pragmatic Programmer*. Those locators are preserved in the [edition-specific page index](../evidence/sources/pragmatic-programmer-page-index.md) and grouped below so the distillation remains traceable to its source. Additional submitted tips, complete checklists, and practices are retained in the [submitted engineering notes](../evidence/sources/submitted-engineering-notes.md); the practice guide condenses them without replacing that source record.
12
14
 
13
15
  ## 1. Care about the craft and own the result
14
16
 
@@ -142,7 +144,7 @@ Before merge or delivery:
142
144
  These are recommended practitioner sources, not scientific proof of AHEAD:
143
145
 
144
146
  - David Thomas and Andrew Hunt, [*The Pragmatic Programmer: Your Journey to Mastery*, 20th Anniversary Edition](https://pragprog.com/titles/tpp20/the-pragmatic-programmer-20th-anniversary-edition/), ISBN 9780135957059.
145
- - AHEAD preserves the submitted print-page locators in its [Pragmatic Programmer page index](references/pragmatic-programmer-page-index.md).
147
+ - AHEAD preserves the submitted print-page locators in its [Pragmatic Programmer page index](../evidence/sources/pragmatic-programmer-page-index.md).
146
148
  - Luca Palmieri, [*Zero To Production In Rust*](https://www.zero2prod.com/), ISBN 9798847211437. This is a concrete production-backend learning path rather than a general philosophy source.
147
149
  - Richard Hamming, [*The Art of Doing Science and Engineering: Learning to Learn*](https://press.stripe.com/the-art-of-doing-science-and-engineering), ISBN 9781732265172.
148
150
  - Rich Hickey, [*Simple Made Easy*](https://www.youtube.com/watch?v=SxdOUGdseq4), Strange Loop 2011.
@@ -160,4 +162,4 @@ These are recommended practitioner sources, not scientific proof of AHEAD:
160
162
  - [Becker et al., *Measuring the Impact of Early-2025 AI on Experienced Open-Source Developer Productivity*](https://arxiv.org/abs/2507.09089)
161
163
  - [Bjarnason, Lang, and Mjöberg, *An empirically based model of software prototyping*](https://doi.org/10.1007/s10664-023-10331-w)
162
164
 
163
- Detailed applicability and limitations belong in the [AHEAD research map](evidence/research-map.md).
165
+ Detailed applicability and limitations belong in the [AHEAD research map](../evidence/research-map.md).
@@ -1,5 +1,7 @@
1
1
  # Why AHEAD
2
2
 
3
+ Audience: AHEAD practitioners
4
+
3
5
  ## Human-led engineering, amplified by AI
4
6
 
5
7
  AI can make software engineering faster. It can search broadly, synthesize information, identify omissions, generate alternatives, produce routine code, explain unfamiliar systems, and review more material than a person can inspect unaided.
@@ -207,4 +209,4 @@ AHEAD is evidence-informed; it is not yet an experimentally validated methodolog
207
209
 
208
210
  The existing evidence also resists simplistic claims about AI. A randomized field study across 4,867 developers found increased completed tasks with access to an AI coding assistant, while a smaller randomized study of experienced open-source developers working in familiar repositories found that the available AI tools increased completion time. The responsible conclusion is that AI's effect depends on the people, task, system, tool, and outcome being measured—not that AI is inherently productive or unproductive.
209
211
 
210
- AHEAD will maintain a [research map](evidence/research-map.md) that records the evidence and limitations behind each important process choice. Its [evidence standard](evidence/evidence-standard.md) defines how claims are classified and how the methodology should be revised when better evidence appears.
212
+ AHEAD will maintain a [research map](../evidence/research-map.md) that records the evidence and limitations behind each important process choice. Its [evidence standard](../evidence/evidence-standard.md) defines how claims are classified and how the methodology should be revised when better evidence appears.
@@ -1,5 +1,7 @@
1
1
  # Recommended Skills
2
2
 
3
+ Audience: AHEAD practitioners
4
+
3
5
  Status: reviewed catalog v0.1
4
6
 
5
7
  AHEAD may recommend independently maintained agent skills when they strengthen an active phase. Recommendations are references, not bundled code or silent dependencies. A human chooses whether to inspect and install one, and AHEAD's workflow, authority boundaries, and gates remain controlling.
@@ -1,5 +1,7 @@
1
1
  # AHEAD Pilot Workflows
2
2
 
3
+ Audience: AHEAD practitioners
4
+
3
5
  Status: executable dogfood v0.1
4
6
 
5
7
  ## Purpose
@@ -21,7 +23,7 @@ Choose the flow by its dominant outcome, not by the issue label. Incident, emerg
21
23
 
22
24
  The pilot applies rules in this order:
23
25
 
24
- 1. [AHEAD Constitution](../../CONSTITUTION.md)
26
+ 1. [AHEAD Constitution](../../../CONSTITUTION.md)
25
27
  2. [Acceptable AI Use](../acceptable-ai-use.md)
26
28
  3. The selected workflow profile and applicable overlays
27
29
  4. Organization and repository guidance, which may narrow but not broaden AI authority
@@ -1,5 +1,7 @@
1
1
  # Corrective Debugging Workflow
2
2
 
3
+ Audience: AHEAD practitioners
4
+
3
5
  Status: pilot v0.1
4
6
 
5
7
  ## Outcome
@@ -1,5 +1,7 @@
1
1
  # Decision Workflow
2
2
 
3
+ Audience: AHEAD practitioners
4
+
3
5
  Status: pilot v0.1
4
6
 
5
7
  ## Outcome
@@ -1,5 +1,7 @@
1
1
  # Internal Improvement Workflow
2
2
 
3
+ Audience: AHEAD practitioners
4
+
3
5
  Status: pilot v0.1
4
6
 
5
7
  ## Outcome
@@ -1,5 +1,7 @@
1
1
  # Investigation Workflow
2
2
 
3
+ Audience: AHEAD practitioners
4
+
3
5
  Status: pilot v0.1
4
6
 
5
7
  ## Outcome
@@ -1,5 +1,7 @@
1
1
  # Operational Stabilization Workflow
2
2
 
3
+ Audience: AHEAD practitioners
4
+
3
5
  Status: pilot v0.1
4
6
 
5
7
  ## Outcome
@@ -1,5 +1,7 @@
1
1
  # Product Change Workflow
2
2
 
3
+ Audience: AHEAD practitioners
4
+
3
5
  Status: pilot v0.1
4
6
 
5
7
  ## Outcome