workflow-optimizer

Analyze artifact metadata to determine SDD workflow position and recommend prioritized next steps.

16|3|Updated Nov 10, 2025
One-click install
npx skills add https://github.com/vladm3105/aidoc-flow-framework --skill workflow-optimizer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-optimizer
Source: https://github.com/vladm3105/aidoc-flow-framework/tree/main/.claude/skills/workflow-optimizer
Command: npx skills add https://github.com/vladm3105/aidoc-flow-framework --skill workflow-optimizer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill guides users through the SDD workflow by determining current position, recommending next steps, identifying parallel work opportunities, and tracking progress.

Core Features & Use Cases

  • Analyze completed artifacts to determine workflow position and dependencies.
  • Provide prioritized recommendations for next steps with clear rationale.
  • Identify parallel work opportunities to accelerate delivery.
  • Track progress across the 16-layer SDD workflow.

Quick Start

Use workflow-optimizer by specifying the project_root (root of docs) and optionally the completed_artifact ID. Example: project_root=./docs, completed_artifact=PRD-00. The assistant will output recommended next steps based on the current state.

Frequently Asked Questions about workflow-optimizer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I determine my current position in the SDD workflow?

Workflow-optimizer analyzes your completed artifacts to pinpoint your current position within the 16-layer SDD workflow. Provide your project root and the most recent completed artifact ID, and it maps your progress across all workflow layers, showing exactly where you stand and what dependencies have been satisfied.

What are the next steps after completing an artifact in the SDD documentation workflow?

After completing an artifact, workflow-optimizer recommends prioritized next steps with clear rationale. It identifies which layers are unblocked, surfaces parallel work opportunities to accelerate delivery, and provides actionable guidance on what to document or build next based on your artifact metadata.

Can I identify parallel work opportunities in my SDD workflow?

Yes. Workflow-optimizer analyzes artifact dependencies and workflow layer relationships to surface work that can proceed simultaneously. This helps teams accelerate delivery by uncovering tasks that don't block each other, optimizing resource allocation across the 16-layer SDD structure.

How do I track progress across all 16 SDD workflow layers?

Provide your project root to workflow-optimizer, and it generates progress insights by mapping completed artifacts to their corresponding workflow layers. You gain visibility into which layers are complete, partially done, or blocked, enabling informed planning and bottleneck identification.

What input do I need to start using workflow optimization for documentation?

Specify your project root (the directory containing your documentation) and optionally the most recent completed artifact ID. Workflow-optimizer uses this metadata to analyze your current state and generate next-step recommendations without requiring additional configuration or setup.