Agent skill · magnus919
workflow-architect
Discover your actual workflow through conversation or observation, then
What it needs
About 3k tokens when loaded.
What this skill does
Workflow Architect A meta-skill that helps you (and your agent) understand how you actually work. It discovers your workflow patterns through either active interrogation or passive observation, then generates a skills bundle — a set of loadable skills, each with trigger conditions, that encode your workflow so your agent can meet you where you are in every session. What You Get After running workflow-architect, you'll have a new bundle in your agent's skill directory containing: Umbrella SKILL.md — the entry point that makes the bundle auto-detectable via trigger conditions in its description. Load it with skillview(name='<bundle-name>') or let the agent discover it automatically when you say something matching its triggers. Sub-skills — one per phase of your workflow, each with a description that tells the agent when to load it (e.g., "load this when the user starts their morning triage routine" or "use this when the user shifts into deep work mode") A manifest — maps skill names to their trigger conditions, entry points, and transition signals A decision map — Mermaid flowchart visualizing your workflow as the agent sees it A kanban board (optional) — only included if your workflow follows a predictable linear path where WIP limits and lane transitions add value The umbrella and sub-skills are registered via skillmanage(action='create') so they appear in skillslist() and are immediately loadable in future sessions. Two Modes Workflow-architect adapts to how you want to engage with it. Mode 1: Active Interrogation (One-Shot) When to use: You have a few minutes to talk through your process. This is the most thorough mode — the agent asks guided questions, branches based on your answers, and builds a model of your workflow turn by turn. How to invoke: The agent will guide you through a conversation of about 8-15 questions. Answer naturally — the skill adapts its probes based on what you say. …
How to use it
Reference it in AdaL, Claude Code, Cursor or any coding agent — nothing to install:
@skills magnus919/workflow-architect