alternative-ideology branch#1
Open
sergey-v9 wants to merge 9 commits into
Open
Conversation
e1d698f to
dfe77a0
Compare
dfe77a0 to
9a46282
Compare
Replayed 15 upstream skills/ commits onto skills.modified/: Brainstorming server migration (zero-dep): - Add server.js (zero-dependency WebSocket/HTTP server replacing index.js) - start-server.sh: portable shebang, Windows auto-foreground, OWNER_PID tracking, use server.js - stop-server.sh: portable shebang, graceful shutdown + SIGKILL fallback - frame-template.html: add meta charset utf-8 Brainstorming runtime improvements: - visual-companion.md: add server liveness check to loop step 1 - visual-companion.md: add Windows/Git Bash launch instructions Context isolation principle (9ccce3b): - brainstorming/SKILL.md: add precisely crafted review context to spec loop - dispatching-parallel-agents/SKILL.md: add context isolation intro paragraph - requesting-code-review/SKILL.md: extend intro with context isolation note - subagent-driven-development/SKILL.md: add Why subagents paragraph Review loop simplifications (2c6a8a3): - writing-plans/SKILL.md: single-pass review after complete plan (kept max 5) - spec-document-reviewer-prompt.md: calibration guidance, simplified categories - plan-document-reviewer-prompt.md: whole-plan review, calibration guidance Codex tools docs (687a661, 24be2e8): - codex-tools.md: collab to multi_agent feature flag Preserved modified-set policies: - plans/ paths (not docs/superpowers/specs/) - no-commit-unless-asked policy - max 5 iterations for spec/plan review (softer posture) - index.js/helper.js/package.json flagged for manual cleanup review
9a46282 to
c13fbf7
Compare
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
This PR is a standing note for the fork's
alternative-ideologybranch. It is not meant to be merged upstream.The point of this branch is not a separate directory by itself. The point is a different interpretation of how the skill set should guide an agent.
The Alternative Ideology
This branch keeps the upstream skill set's structure and usefulness, but changes the behavioral defaults in a few important ways:
plans/...rather than upstreamdocs/superpowers/...paths where that better fits this repo's workflow.skills/remains the raw source of truth, while the alternative branch carries a consciously rewritten variant of that guidance.Why
skills.modified/Existsskills.modified/is just the implementation mechanism for that ideology.It keeps the alternative guidance separate from upstream
skills/, which makes the branch easier to maintain, easier to reason about, and usually easier to rebase onto updatedmainwithout fighting over the raw upstream files.Branch Model
The fork keeps this work on the long-lived
alternative-ideologybranch. This PR exists as a durable explanation of that branch and the reasoning behind it.