CtrlK
BlogDocsLog inGet started
Tessl Logo

devflow

github.com/AndreJorgeLopes/devflow

SkillAddedReview
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

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

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

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

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

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

codebase-walkthrough

skills/codebase-walkthrough/SKILL.md

Deep codebase walkthrough before implementation — trace the full flow, explain architecture, and build understanding.

58

codebase-walkthrough

devflow-plugin/skills/codebase-walkthrough/SKILL.md

Deep codebase walkthrough before implementation — trace the full flow, explain architecture, and build understanding.

61

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

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

dependency-update

devflow-plugin/skills/dependency-update/SKILL.md

Check if Brewfile, Formula, or install script need updating when project dependencies change.

60

dependency-update

skills/dependency-update/SKILL.md

Check if Brewfile, Formula, or install script need updating when project dependencies change.

56

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

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

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

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

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

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

new-feature

skills/new-feature/SKILL.md

Post-launch setup for a new feature worktree — detect context, recall memories, and transition to brainstorming.

58

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

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

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

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

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

reflect-session

skills/reflect-session/SKILL.md

Reflect on the current session, extract learnings, and consolidate them into Hindsight for future recall.

56