Skip to content

Commit 780e90c

Browse files
authored
PR_26172_OWNER_037-assistant-execution-modes
Merge PR_26172_OWNER_037-assistant-execution-modes
2 parents 77f04e4 + 794986d commit 780e90c

2 files changed

Lines changed: 121 additions & 0 deletions

File tree

docs_build/dev/ProjectInstructions/README.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,3 +45,4 @@ Addendum index:
4545
- Canonical Repository Structure: project-instructions/addendums/canonical-repository-structure.md
4646
- Test Structure Standardization: project-instructions/addendums/test-structure-standardization.md
4747
- Legacy Migration Policy: project-instructions/addendums/legacy-migration-policy.md
48+
- Assistant Execution Modes: project-instructions/addendums/assistant-execution-modes.md
Lines changed: 120 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,120 @@
1+
# Assistant Execution Modes
2+
3+
## Purpose
4+
5+
Standardize request interpretation and expected outputs for Review, Owner, Build PR, Continue, Challenge, and Stop Gate workflows.
6+
7+
## Command Modes
8+
9+
### Review
10+
11+
Expected Output:
12+
- Findings
13+
- Risks
14+
- Recommendations
15+
16+
Do Not Output:
17+
- PRs
18+
- Implementation plans
19+
20+
### Owner
21+
22+
Expected Output:
23+
- Decisions
24+
- Governance direction
25+
- Standards
26+
27+
Do Not Output:
28+
- Detailed implementation
29+
30+
### Build PR
31+
32+
Expected Output:
33+
- Single Codex work order
34+
- May contain multiple sequential PRs belonging to the same workstream
35+
- Copy/paste ready for execution
36+
37+
Should Include:
38+
- Start gates
39+
- Changes
40+
- Validation
41+
- Commit names
42+
- Stop point
43+
44+
Do Not Output:
45+
- Design discussion
46+
- Alternatives
47+
- Rationale
48+
- Architecture brainstorming
49+
50+
### Continue
51+
52+
Expected Output:
53+
- Next sequential executable PR
54+
- Next sequential work order
55+
56+
Do Not Output:
57+
- New ideas
58+
- Re-analysis
59+
- Additional brainstorming
60+
61+
### Challenge
62+
63+
Expected Output:
64+
- Risks
65+
- Contradictions
66+
- Better alternatives
67+
68+
Do Not Output:
69+
- Immediate implementation
70+
71+
### Stop Gate
72+
73+
Expected Output:
74+
- Why work should stop
75+
- Required corrections
76+
77+
Allowed Reasons:
78+
- Governance conflict
79+
- Architecture conflict
80+
- Security risk
81+
- Data loss risk
82+
- Major technical debt increase
83+
84+
## Additional Definitions
85+
86+
### Follow Project Instructions
87+
88+
Meaning:
89+
- Use existing governance
90+
- Do not redesign process
91+
92+
### Build the PR
93+
94+
Meaning:
95+
- Produce Codex executable work order immediately
96+
97+
### Continue
98+
99+
Meaning:
100+
- Produce next sequential work item
101+
102+
### No zip file
103+
104+
Meaning:
105+
- Generate instructions only
106+
- Do not expect artifact review
107+
108+
### You are owner
109+
110+
Meaning:
111+
- Make decisions
112+
- Do not ask for direction unless blocked
113+
114+
### Done for the day
115+
116+
Meaning:
117+
- Finish commits
118+
- Merge
119+
- Push
120+
- Create next-day start document

0 commit comments

Comments
 (0)