MCP plan-prompt tune + Flutter docs removal #52
Reference in New Issue
Block a user
Delete Branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Two small docs/prompt changes for production.
Changes
chore(mcp): tighten plan-instruction to override .md plan habitThe Plans paragraph in the MCP server's
_INSTRUCTIONSwas a quiet footer ("not in local .md files") that lost to the much louder superpowers brainstorming/writing-plans flow, which terminates by saving todocs/superpowers/specs/*.mdanddocs/superpowers/plans/*.md. Reorder sostart_planningis named as the FIRST action, explicitly override the .md skill paths, and extend the rule to cover specs as well as plans (matches rulebook rule 27).docs: remove Flutter companion app from project surfaceThe Flutter app no longer adds value over web/PWA access. Strip the in-repo surface that referenced it:
docs/android-app.mddocs/features.mddocs/design-system.mdThe standalone
fabled_apprepo is untouched here; archival of that repo is a separate operation.Verification
fd20b67(typecheck / lint / tests / image build all ✅).🤖 Generated with Claude Code
The prior wording ("not in local .md files") was a footer after a how-to and lost to the much louder superpowers brainstorming / writing-plans skill flow, which terminates by saving to docs/superpowers/specs/*.md and docs/superpowers/plans/*.md. Reorder so start_planning is named as the FIRST action, explicitly override the .md skill paths, and extend the rule to cover specs as well as plans (matches the rulebook's rule 27). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>