CtrlK
BlogDocsLog inGet started
Tessl Logo

devflow

github.com/AndreJorgeLopes/devflow

Skill

Added

review

skills/review/SKILL.md

Use when reviewing a PR/MR by URL or the local working-tree diff — runs multi-perspective parallel agents (bug scanner, CLAUDE.md compliance, test coverage, plan alignment, git history, sibling MR/epic coherence) with confidence scoring and optional draft inline comments on the MR. Triggers for `/devflow:review` or any "review this PR/MR" request.

review

devflow-plugin/skills/review/SKILL.md

Use when reviewing a PR/MR by URL or the local working-tree diff — runs multi-perspective parallel agents (bug scanner, CLAUDE.md compliance, test coverage, plan alignment, git history, sibling MR/epic coherence) with confidence scoring and optional draft inline comments on the MR. Triggers for `/devflow:review` or any "review this PR/MR" request.

new-feature

skills/new-feature/SKILL.md

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

session-summary

skills/session-summary/SKILL.md

Generate a session summary for Langfuse tracing — capture what happened, decisions made, and metrics for observability.

retain-learning

skills/retain-learning/SKILL.md

Retain a new learning, discovery, or hard-won insight into Hindsight so it's available in future sessions.

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.

update-visualizations

skills/update-visualizations/SKILL.md

Analyze recent changes and update affected architecture visualizations

writing-plans

skills/writing-plans/SKILL.md

Extends superpowers:writing-plans with devflow's phase-handoff at the end.

dependency-update

skills/dependency-update/SKILL.md

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

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.

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.

codebase-walkthrough

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

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

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.

task-prioritize

skills/task-prioritize/SKILL.md

Reprioritize a devflow task — move between priority folders (P0-P4) and update frontmatter.

task-complete

skills/task-complete/SKILL.md

Mark a devflow task as done — update status, move to done/ folder, and retain learnings.

resolve-repo

skills/resolve-repo/SKILL.md

Resolve the correct repository for a task — detect VCS platform, match ticket to repo, clone if missing. Run this in a sub-agent to avoid filling main context.

visualizations-config

devflow-plugin/skills/visualizations-config/SKILL.md

Configure visualization location, style presets, and output preferences

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.

task-prioritize

devflow-plugin/skills/task-prioritize/SKILL.md

Reprioritize a devflow task — move between priority folders (P0-P4) and update frontmatter.

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.

reflect-session

devflow-plugin/skills/reflect-session/SKILL.md

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

spec-feature

skills/spec-feature/SKILL.md

Spec a new feature — recall architecture knowledge, create a spec document, build an implementation plan, and break into tasks.

writing-plans

devflow-plugin/skills/writing-plans/SKILL.md

Extends superpowers:writing-plans with devflow's phase-handoff at the end.

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.

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.