feat: generate-work step -- agent creates tasks across 7 dimensions#51
feat: generate-work step -- agent creates tasks across 7 dimensions#51
Conversation
…dimensions After each session, the agent now scans the system across meta pipeline, code quality, repo health, architecture, agent DX, vision progress, and security dimensions, creating 1-5 focused tasks. Enforces dimension diversity, duplicate checking, and specific acceptance criteria. Moves Meta-Prompt "Priority engine" from 0% to 50%. Overall 77% -> 78%. Task #53.
…ted tasks in handoff - Step 6n scan instruction now names `docs/sessions/index.md` explicitly - Step 6b required handoff sections now includes "Generated tasks"
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 3649989e03
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| --- | ||
|
|
||
| ## Meta-Prompt System (61%) | ||
| ## Meta-Prompt System (68%) |
There was a problem hiding this comment.
Recompute meta-prompt progress using documented formula
This section was updated to 68%, but the table below still has only 4 of 7 components marked Done; per this file’s own rule (done components / total components), that is 57%, not 68%. This overstates progress and also inflates the top-level vision percentage, which can mislead session prioritization (especially now that task generation is driven by tracker lagging areas).
Useful? React with 👍 / 👎.
Summary
docs/prompt/evolve.md-- after each session, the agent scans the system across 7 dimensions (meta pipeline, code quality, repo health, architecture, agent DX, vision progress, security) and creates 1-5 focused tasksTest plan
make checkpasses (663 tests, mypy, ruff all green)