docs(discovery-map): rebalance phases — split inception MVP into 2/3/4#266
Open
leeovery wants to merge 2 commits into
Open
docs(discovery-map): rebalance phases — split inception MVP into 2/3/4#266leeovery wants to merge 2 commits into
leeovery wants to merge 2 commits into
Conversation
Phase 1 was a tiny "no user-visible change" foundation slice; the original Phase 2 was a huge "everything user-visible" slice (two new skills + start-epic wiring + bridge + discovery awareness, ~14 files). Same boundary problem the user flagged. Re-split the inception MVP into three reviewable PRs: - Phase 2 — Inception entry skill + bridge plumbing + discovery awareness (the door exists) - Phase 3 — Inception process skill (the conversation behind the door) - Phase 4 — Wire start-epic to inception (user-visible flip) Renumbered downstream phases 03-11 → 05-13. Updated all cross-refs in both directions. Refreshed dependency tree in INDEX.md. Phase 1's status updated to Done (PR #264). No content change to design.md or phase-01. The substance of the old phase-02 lives across the three new docs with no functional drift — the split is purely about reviewable size. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Single source of truth for which branch each phase lives on, what each branch's base is, and what order the PRs merge in at the end of the initiative. Conventions: whole-number phase suffixes only (no 2a/2b); doc-only meta branches skip the phase number. Most phases stack linearly; a few diverge (8/9/10 all from Phase 7; Phase 11 from Phase 5) per the dependency tree above. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
git mv(history preserved); all cross-refs updated in both directions;INDEX.mddependency tree redrawn; Phase 1 marked Done with PR manifest: add inception phase + imports[] field support #264 link.Test plan
grep "Phase [0-9]"acrossdiscovery-map/)(was Phase X)transitional annotations remainINDEX.mddependency tree matches the new phase numbersBranch naming: this is a doc-only meta change — no phase number, just
idea/inception-rephase. Phase 2 implementation will live onidea/inception-pr-2-entry-bridgestacked on top.Base branch:
idea/inception-pr-1-manifest-foundations(Phase 1 — stacked PR, won't merge to main until the whole initiative lands).🤖 Generated with Claude Code