gylove1994/superpowers-deepseek-v4
Plugin Claude Code
Superpowers DeepSeek v4 — independent skills library optimized for DeepSeek-class models in design/spec/plan workflows; does not track obra/superpowers feature-for-feature.
gylove1994/superpowers-deepseek-v4
Plugin Claude Code
Superpowers DeepSeek v4 — independent skills library optimized for DeepSeek-class models in design/spec/plan workflows; does not track obra/superpowers feature-for-feature.
gylove1994/superpowers-deepseek-v4
Plugin Claude Code
Superpowers DeepSeek v4: composable agent skills for TDD, debugging, and collaboration. Independently maintained; not identical to obra/superpowers.
gylove1994/superpowers-deepseek-v4
Instructions file CodexOpenCode
Instructions for gylove1994/superpowers-deepseek-v4, a project described as: A forked version of Superpowers optimized for DeepSeek-V4-Pro.
gylove1994/superpowers-deepseek-v4
Instructions file
Instructions for gylove1994/superpowers-deepseek-v4, covering superpowers deepseek v4 — contributor guidelines, about this repository, if you are an ai agent, pull request requirements and what we will not accept.
gylove1994/superpowers-deepseek-v4
Instructions file Gemini CLI
Instructions for gylove1994/superpowers-deepseek-v4: @./skills/confirming-worktree-before-edit/SKILL.md @./skills/using-superpowers/SKILL.md @./skills/using-superpowers/references/gemini-tools.md.
gylove1994/superpowers-deepseek-v4
Hook
Runs when a session starts on startup, clear and compact, executing run-hook.cmd. From gylove1994/superpowers-deepseek-v4.
gylove1994/superpowers-deepseek-v4
Skill Claude CodeCodex
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
gylove1994/superpowers-deepseek-v4
Skill Claude CodeCodex
Use before any file edit in a session when worktree preference has not yet been confirmed — asks whether to open a new worktree, records the choice once per session, and delegates setup to using-git-worktrees when accepted.
gylove1994/superpowers-deepseek-v4
Skill Claude CodeCodex
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies.
gylove1994/superpowers-deepseek-v4
Skill Claude CodeCodex
Use when you have a written implementation plan to execute in a separate session with review checkpoints.
gylove1994/superpowers-deepseek-v4
Skill Claude CodeCodex
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup.
gylove1994/superpowers-deepseek-v4
Skill Claude CodeCodex
Use ONLY when the user explicitly asks to initialize the exemplar samples library or to promote a specific spec/plan file as an exemplar. Never auto-trigger; never recommend addition unprompted.
gylove1994/superpowers-deepseek-v4
Skill Claude CodeCodex
Use to run a multi-round review loop on a spec or plan draft. Dispatches 6 fixed reviewers (architect, red-team, edge-cases, yagni-gatekeeper, bdd-reviewer, tdd-reviewer) plus up to 2 exemplar-matchers (one per matched sample), then an arbiter that filters and arbitrates. Loop converges, degenerates, or hits a 3-round…
gylove1994/superpowers-deepseek-v4
Skill Claude CodeCodex
Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation.
gylove1994/superpowers-deepseek-v4
Skill Claude CodeCodex
Use when completing tasks, implementing major features, or before merging to verify work meets requirements.
gylove1994/superpowers-deepseek-v4
Skill Claude CodeCodex
Use as the strict first step every time the brainstorming SKILL is about to start. Scans existing decision logs in docs/superpowers/brainstorms/ and either continues an In Progress session, starts a new session based on a Done or Abandoned session, or (when no logs exist) lets brainstorming proceed with a fresh empty…
gylove1994/superpowers-deepseek-v4
Skill Claude CodeCodex
Use as the strict first step every time the writing-plans SKILL is about to start. Requires the user to select a Done source spec, then scans existing plan-progress files for that spec and offers continue / new based on Done / new based on Abandoned / abandon options.
gylove1994/superpowers-deepseek-v4
Skill Claude CodeCodex
Use when executing implementation plans with independent tasks in the current session.
gylove1994/superpowers-deepseek-v4
Skill Claude CodeCodex
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
gylove1994/superpowers-deepseek-v4
Skill Claude CodeCodex
Use when implementing any feature or bugfix, before writing implementation code.
gylove1994/superpowers-deepseek-v4
Skill Claude CodeCodex
Use when starting feature work that needs isolation from current workspace or before executing implementation plans - ensures an isolated workspace exists via native tools or git worktree fallback.
gylove1994/superpowers-deepseek-v4
Skill Claude CodeCodex
Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions.
gylove1994/superpowers-deepseek-v4
Skill Claude CodeCodex
Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always.
gylove1994/superpowers-deepseek-v4
Skill Claude CodeCodex
Use when a Done spec exists and a multi-step implementation plan must be produced. Writes the plan with bite-sized TDD-style tasks, runs the multi-reviewer subsystem until convergence, and tracks the entire spec-to-plan process in a plan-progress file.