feat(F098): Progressive Disclosure — 3-path CLAUDE.md, @feature modes, risk-aware @review#128
Merged
Conversation
modes, risk-aware @review - CLAUDE.md: 440→56 lines, Try/Adopt/Scale paths, decision tree at line 5 - feature/SKILL.md: explicit --default/--quick/--auto modes, deterministic behavior - review/SKILL.md: risk-based depth allocation, all 7 reviewers always spawned - config.yml: configurable deep_reviewers by LOC tier + risk patterns - 00-098-04/05: remediation workstreams (done) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…n test Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
5 tasks
SDP Verification ✅Status: Verification passed Gate Results
Evidence SummaryChain Integrity⊘ Evidence chain verification not required View full details in Workflow Run |
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
… unused) - assess.go: handle filepath.Glob, os.ReadFile, filepath.WalkDir errors - assess.go: extract helpers to reduce cognitive complexity below 20 - assess.go, main.go, trial.go: gofmt formatting - assess.go: remove unused printAssessment/printAssessmentJSON functions Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The Protocol E2E beads-mapping-count check failed because .beads-sdp-mapping.jsonl had only 1 entry (00-016-01) but docs/workstreams/backlog/ had 3 files. Added mappings for 00-098-04 and 00-098-05 to restore count parity. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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
F098 implements simplified progressive disclosure for SDP entrypoints.
00-098-01: Three-Path CLAUDE.md Restructure
CLAUDE.md: 440 → 56 lines with Try/Adopt/Scale progressive paths00-098-02: Explicit @feature Modes
prompts/skills/feature/SKILL.md: 3 explicit modes with deterministic behavior--default: Full interactive pipeline (0, 1, 2, 2.5, 3, 3.5, 4)--quick: @design only, 0 questions (step 3 only)--auto: Non-interactive from roadmap docs (0, 3, 4 only)00-098-03: Risk-Aware @review
prompts/skills/review/SKILL.md: Risk-based depth allocation--full= all 7 deep,--quick= 2-3 deep00-098-04/05: Remediation workstreams (done)
Scope
Only 6 files changed by F098. Additional files in this branch are intermediate commits from F097/adopt fixes already reviewed separately.
F098-specific files:
CLAUDE.mdprompts/skills/feature/SKILL.mdprompts/skills/review/SKILL.md.sdp/config.ymldocs/workstreams/backlog/00-098-04.mddocs/workstreams/backlog/00-098-05.mdTest plan
bd sync(replaced withbd dolt push)docs/ROADMAP.md(exists), notdocs/roadmap/ROADMAP.md(doesn't exist)git diff --checkpasses (no whitespace errors)🤖 Generated with Claude Code