invoke-start

Route initial development requests through the Invoke skill router.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ricky-russo/invoke --skill invoke-start
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: invoke-start
Source: https://github.com/ricky-russo/invoke/tree/main/plugin/skills/invoke-start
Command: npx skills add https://github.com/ricky-russo/invoke --skill invoke-start

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Routes conversations to the correct Invoke skill router before any response, ensuring pipeline discipline from the first interaction.

Core Features & Use Cases

  • Mandatory pre-routing: directs all new conversations to the appropriate Invoke skill prior to responding.
  • Dispatched-agent awareness: detects agent prompts and adjusts routing to maintain pipeline integrity.
  • Priority enforcement: ensures invoke-skill routing takes precedence over generic planning tools.

Quick Start

Route every new conversation through the invoke-start skill before the first response.

Frequently Asked Questions about invoke-start

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

FAQPage Schema
How do I route development conversations through a pipeline before responding?

Pipeline routing enforces mandatory pre-routing to direct new development conversations to the appropriate invoke skill before responding. This maintains pipeline discipline across scope, plan, orchestrate, build, and review stages sequentially.

What is the best way to enforce priority rules for dispatched-agent prompts in software development?

Enforcing priority for dispatched-agent prompts requires detecting agent prompts and adjusting routing to maintain pipeline integrity. Invoke-skill routing takes precedence over generic planning tools to ensure proper pipeline handling.

Why does my development pipeline lose discipline at the start of new conversations?

Development pipelines lose discipline when initial requests bypass mandatory skill routing. Applying invoke-start at the very start of conversations enforces routing prior to any response, ensuring proper pipeline handling.

Can I use generic planning tools instead of an invoke skill router for pipeline orchestration?

Generic planning tools bypass priority enforcement required for pipeline orchestration. The invoke skill router must take precedence over generic tools to ensure pipeline integrity and proper dispatched-agent handling.

When do I need mandatory pre-routing for software development tasks?

Mandatory pre-routing is needed at the very start of conversations involving software development tasks within the Invoke pipeline. It ensures proper pipeline handling across scope, plan, orchestrate, build, and review phases.