Add capability map to gen-plan#151
Conversation
Signed-off-by: Chao Liu chao.liu.zevorn@gmail.com
Signed-off-by: Chao Liu chao.liu.zevorn@gmail.com
Signed-off-by: Chao Liu chao.liu.zevorn@gmail.com
2a0db29 to
459af3f
Compare
…tion Signed-off-by: Chao Liu <chao.liu@processmission.com> # Conflicts: # README.md # commands/gen-plan.md # docs/usage.md # prompt-template/codex/full-alignment-review.md
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: e0857476d4
ℹ️ 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".
Signed-off-by: Chao Liu <chao.liu@processmission.com>
|
@codex review again |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 43a57a0faf
ℹ️ 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".
Signed-off-by: Chao Liu <chao.liu@processmission.com>
|
@codex review |
|
Codex Review: Didn't find any major issues. Keep them coming! Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
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". |
Background
This change is inspired by the paper EvoDev: An Iterative Feature-Driven Framework for End-to-End Software Development with LLM-based Agents. EvoDev uses a Feature Map to model feature dependencies and propagate business, design, and implementation context across iterations.
This PR does not adopt EvoDev wholesale. It applies the same planning insight to Humanize's
gen-plan: every implementation task should know where it sits in the global capability/feature structure. The new map gives tasks a shared frame of reference before they are broken down into executablecoding/analyzeitems.After adding the map to plan generation, this also wires that context into RLCR execution so Claude coding prompts, Codex reviews, round contracts, and the Goal Tracker can keep work anchored to the relevant capability node instead of losing the global position during later rounds.
Summary
Feature Map / Capability Mapsection to the gen-plan output templateTask BreakdownCapability Anchorguidance to round-0 setup, follow-up prompts, drift recovery, and review phase promptsCapabilitycolumn to Goal Tracker Active Tasks generated by RLCR setupCapability Map Alignment Checksections to regular and full alignment review templates1.17.0Validation
jq empty .claude-plugin/plugin.json .claude-plugin/marketplace.jsonbash tests/test-task-tag-routing.shbash tests/test-template-references.shbash tests/test-templates-comprehensive.shbash tests/robustness/test-setup-scripts-robustness.shbash tests/test-plan-file-hooks.shbash tests/test-gen-plan.shbash tests/test-refine-plan.shgit diff --check