Plan Workflow banner
a-organvm a-organvm

Plan Workflow

Productivity community

Description

--- name: plan-workflow description: Generate a skill chain plan for a high-level goal by analyzing the skills registry for input/output compatibility. --- # /plan-workflow Generate an ordered skill chain to accomplish a goal. ## Usage `/plan-workflow <goal description>` Example: `/plan-workflow Build a secure REST API with tests and deployment` ## Process 1. Read `distributions/skills-registry.json` to load all skill metadata 2. Match the goal against skill descriptions, tags, and trigge

Installation

Installs to ~/.claude/skills/a-organvm-a-i--skills-plan-workflow/SKILL.md

Terminal
mkdir -p ~/.claude/skills/a-organvm-a-i--skills-plan-workflow && curl -fsSL https://raw.githubusercontent.com/a-organvm/a-i--skills/HEAD/commands/plan-workflow.md -o ~/.claude/skills/a-organvm-a-i--skills-plan-workflow/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository