feat(skills): rename sp-writing-plans → sp-planning, add explore-reality phase#339
Open
birdmanmandbir wants to merge 5 commits intomainfrom
Open
feat(skills): rename sp-writing-plans → sp-planning, add explore-reality phase#339birdmanmandbir wants to merge 5 commits intomainfrom
birdmanmandbir wants to merge 5 commits intomainfrom
Conversation
…ity phase - Rename skill to reflect full planning process, not just plan writing - Add Phase 1 (Explore Reality): read code, identify constraints, check prior art, map deps - Add Phase 2 (Design): exit criteria, anti-goals, scope eval, test strategy - Add Phase 4 (Validate): check plan against reality before declaring done - Add Anti-goals field to plan header template - Update all references across agent MDs, roles.toml, tests, CLAUDE.md - Fix roles.toml: flicknote-cli → flicknote, eliminate fixer dual mode
…ect conventions - Rename flicknote-cli → flicknote in all agent MDs and template roles - Simplify flicknote project names: ttal.plans → plans, ttal.research → research, ttal.fixes → fixes - Remove "Inke's convention" comment from sp-planning - Update config_render_test.go to match
…LICKNOTE_PROJECT code
Remove flicknote_project frontmatter from all agent MDs and delete the
corresponding dead code in daemon/agents.go, daemon/routing.go,
agentfs, config, and cmd/agent.go that injected FLICKNOTE_PROJECT env.
Strip per-agent project callouts ("My flicknote project: plans",
"Plans output: flicknote project plans", etc.) from all 8 agent MDs.
roles.toml is now the single source of truth for which flicknote
project each role uses.
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
sp-writing-plans→sp-planning— skill is about the full planning process, not just writingAnti-goalsfield to plan header templateroles.toml:flicknote-cli→flicknote, eliminate fixer dual mode (fixer = bugfix only)