idstack

Route user intents to matching idstack sub-skills and pipeline orchestrator.

25|7|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/savvides/idstack --skill idstack
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: idstack
Source: https://github.com/savvides/idstack/tree/main
Command: npx skills add https://github.com/savvides/idstack --skill idstack

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

idstack provides Claude Code with an evidence-based instructional design routing engine. It ensures user requests are directed to the correct idstack sub-skill or the pipeline orchestrator, enabling efficient end-to-end design and quick stand-alone analysis.

Core Features & Use Cases

  • Route user intent to the correct idstack sub-skill (needs-analysis, learning-objectives, etc.)
  • Support the full pipeline orchestration via /idstack:pipeline or direct skill access via /idstack:<skill>
  • Maintain context and manifest-aware states across sessions to guide next steps and progress.

Quick Start

Invoke /idstack:pipeline to run the full design pipeline, or /idstack:<skill> to run a single step.

Frequently Asked Questions about idstack

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

FAQPage Schema
How do I route instructional design requests to the correct workflow step?▼

An instructional design routing engine parses your command and dispatches the request to the matching sub-skill, such as needs-analysis or learning-objectives, ensuring efficient task execution.

What is the best way to run an end-to-end instructional design pipeline?▼

Executing an end-to-end instructional design pipeline is best achieved by invoking the pipeline orchestrator, which coordinates all sub-skills sequentially to complete a full design flow.

How does workflow routing handle insufficient context for instructional design?▼

When context is insufficient, the workflow routing mechanism falls back to asking clarifying questions, ensuring the user's intent is fully understood before dispatching to any sub-skill.

Can I maintain state across sessions when designing instructional workflows?▼

Yes, you can maintain state across sessions when designing instructional workflows because the routing engine preserves manifest-driven state, continuously guiding next steps and tracking progress.

Do I need to use the full pipeline for single-step instructional design analysis?▼

No, you do not need the full pipeline for single-step analysis; you can directly access individual sub-skills to perform quick stand-alone tasks like needs-analysis or learning-objectives generation.