| Skill | Added | Review |
|---|---|---|
architecture-decision devflow-plugin/skills/architecture-decision/SKILL.md Document an architectural decision — record the decision and rationale, retain into Hindsight, and update CLAUDE.md if needed. | 60 60 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: bd4b70c | |
architecture-decision skills/architecture-decision/SKILL.md Document an architectural decision — record the decision and rationale, retain into Hindsight, and update CLAUDE.md if needed. | 60 60 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: bd4b70c | |
best-roi-task devflow-plugin/skills/best-roi-task/SKILL.md Find the best ROI task in a Jira Epic — highest story points for least effort, filtered to unassigned To Do tasks only. | 60 60 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: bd4b70c | |
best-roi-task devflow-plugin/flows/jira/skills/best-roi-task/SKILL.md Find the best ROI task in a Jira Epic — highest story points for least effort, filtered to unassigned To Do tasks only. | 60 60 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: bd4b70c | |
best-roi-task skills/best-roi-task/SKILL.md Find the best ROI task in a Jira Epic — highest story points for least effort, filtered to unassigned To Do tasks only. | 64 64 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: bd4b70c | |
brainstorming devflow-plugin/skills/brainstorming/SKILL.md Devflow wrapper for the upstream brainstorming skill. Use when starting any creative work — creating features, building components, adding functionality, or modifying behavior — to explore user intent, requirements, and design before implementation. Always invoke `/devflow:brainstorming` rather than the upstream skill directly so devflow can layer in project-specific behavior (recall hooks, phase-handoff entry points) without callers ever needing to know about the upstream. | 64 64 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: bd4b70c | |
codebase-walkthrough skills/codebase-walkthrough/SKILL.md Deep codebase walkthrough before implementation — trace the full flow, explain architecture, and build understanding. | 58 58 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: bd4b70c | |
codebase-walkthrough devflow-plugin/skills/codebase-walkthrough/SKILL.md Deep codebase walkthrough before implementation — trace the full flow, explain architecture, and build understanding. | 61 61 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: bd4b70c | |
create-pr skills/create-pr/SKILL.md Full PR/MR creation pipeline. VCS-aware (GitHub `gh` / GitLab `glab`), runs self-review + checks, and writes a structured description (TL;DR, change table, mermaid flow, honest verification status, no em-dashes). On GitLab it adapts the project's `.gitlab/merge_request_templates` template, filling its sections and appending only the extras it lacks. Opens as a draft when verification is incomplete. | 66 66 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: bd4b70c | |
create-pr devflow-plugin/skills/create-pr/SKILL.md Full PR/MR creation pipeline. VCS-aware (GitHub `gh` / GitLab `glab`), runs self-review + checks, and writes a structured description (TL;DR, change table, mermaid flow, honest verification status, no em-dashes). On GitLab it adapts the project's `.gitlab/merge_request_templates` template, filling its sections and appending only the extras it lacks. Opens as a draft when verification is incomplete. | 67 67 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: bd4b70c | |
dependency-update devflow-plugin/skills/dependency-update/SKILL.md Check if Brewfile, Formula, or install script need updating when project dependencies change. | 60 60 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: bd4b70c | |
dependency-update skills/dependency-update/SKILL.md Check if Brewfile, Formula, or install script need updating when project dependencies change. | 56 56 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: bd4b70c | |
executing-plans devflow-plugin/skills/executing-plans/SKILL.md Devflow wrapper for the upstream executing-plans skill. Use when you have a written implementation plan to execute task-by-task. ALWAYS invoke `/devflow:executing-plans` rather than the upstream skill directly — this wrapper guarantees that the post-implementation handoff goes to `/devflow:finish-feature` (devflow's verification + PR/MR creation flow) instead of `superpowers:finishing-a-development-branch` (the upstream default, which doesn't integrate with devflow's VCS-coherent finish flow). | 72 72 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: bd4b70c | |
fast-feature devflow-plugin/skills/fast-feature/SKILL.md Use when driving a single already-specced ticket through devflow in one session — a quick ambiguity-only brainstorm, then spec, plan, and lock-tests back-to-back, spawning a new session only for the execute phase. Also the per-ticket driver that orchestrate-epic invokes. | 64 64 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: bd4b70c | |
finish-feature devflow-plugin/skills/finish-feature/SKILL.md Finish a feature — run verification, an adversarial review gate (re-grounded on the original design doc + ticket ACs, not the plan) and a deferral-closure gate, then create the PR, retain learnings, and hand off cleanup to the terminal. | 60 60 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: bd4b70c | |
finish-feature skills/finish-feature/SKILL.md Finish a feature — run verification, an adversarial review gate (re-grounded on the original design doc + ticket ACs, not the plan) and a deferral-closure gate, then create the PR, retain learnings, and hand off cleanup to the terminal. | 64 64 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: bd4b70c | |
lock-tests devflow-plugin/skills/lock-tests/SKILL.md Lock the full test inventory before any implementation code is written. Reads spec+plan+AC, writes ALL failing tests in a batch, emits a Test Inventory doc, and gates with user approval. | 64 64 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: bd4b70c | |
new-feature devflow-plugin/skills/new-feature/SKILL.md Post-launch setup for a new feature worktree — detect context, recall memories, and transition to brainstorming. | 53 53 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: bd4b70c | |
new-feature skills/new-feature/SKILL.md Post-launch setup for a new feature worktree — detect context, recall memories, and transition to brainstorming. | 58 58 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: bd4b70c | |
orchestrate-epic devflow-plugin/skills/orchestrate-epic/SKILL.md Use when you have a multi-ticket epic (many related tickets across repos) and want to work as many as possible in parallel without breaking dependencies, or need to know what is unblocked now — ingest the epic and its child tickets, build the dependency graph from both formal links and free-text "Dependencies" notes, compute a parallel wave schedule, then act as a persistent coordinator that spawns a session per workable ticket and re-verifies what unblocked as tickets finish. | 72 72 Impact — No eval scenarios have been run Securityby Low Low-risk findings worth noting Version: bd4b70c | |
pre-push-check devflow-plugin/skills/pre-push-check/SKILL.md Run the full pre-push review pipeline — code review checks, self-review against CLAUDE.md, and a final report. | 54 54 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: bd4b70c | |
pre-push-check skills/pre-push-check/SKILL.md Run the full pre-push review pipeline — code review checks, self-review against CLAUDE.md, and a final report. | 57 57 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: bd4b70c | |
recall-before-task devflow-plugin/skills/recall-before-task/SKILL.md Recall relevant memories from Hindsight before starting a task. Injects past learnings, decisions, and context into the current session. | 58 58 Impact — No eval scenarios have been run Securityby High Do not use without reviewing Version: bd4b70c | |
recall-before-task skills/recall-before-task/SKILL.md Recall relevant memories from Hindsight before starting a task. Injects past learnings, decisions, and context into the current session. | 60 60 Impact — No eval scenarios have been run Securityby High Do not use without reviewing Version: bd4b70c | |
reflect-session skills/reflect-session/SKILL.md Reflect on the current session, extract learnings, and consolidate them into Hindsight for future recall. | 56 56 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: bd4b70c |