CtrlK
BlogDocsLog inGet started
Tessl Logo

devflow

github.com/AndreJorgeLopes/devflow

Skill

Added

visualizations-config

skills/visualizations-config/SKILL.md

Configure visualization location, style presets, and output preferences

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.

session-summary

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

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

codebase-walkthrough

skills/codebase-walkthrough/SKILL.md

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

spec-feature

devflow-plugin/skills/spec-feature/SKILL.md

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

reflect-session

skills/reflect-session/SKILL.md

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

retain-learning

devflow-plugin/skills/retain-learning/SKILL.md

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

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.

update-visualizations

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

Analyze recent changes and update affected architecture visualizations

dependency-update

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

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

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.

task-complete

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

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

resolve-repo

devflow-plugin/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.

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.

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.