se

Route /se subcommands to CLASI sub-skills for software engineering workflows.

1|Updated Apr 29, 2026
One-click install
npx skills add https://github.com/busboom-software-studio/design-trainer --skill se-busboom-software-studio
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: se
Source: https://github.com/busboom-software-studio/design-trainer/tree/main/.claude/skills/se
Command: npx skills add https://github.com/busboom-software-studio/design-trainer --skill se-busboom-software-studio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

CLASI SE process dispatcher routes commands to the appropriate CLASI sub-skills, enabling consistent software-engineering workflows and automation.

Core Features & Use Cases

  • Command parsing: Parses arguments after /se and maps them to the correct sub-skill.
  • Help and safety: Displays a help listing when called with no arguments to prevent unintended actions.
  • Extensible dispatch table: Supports commands like status, todo, init, report, gh-import, knowledge, oop, and plan to automate SE workflows.
  • Use case: A developer types '/se status' to fetch current sprint progress via the project-status sub-skill.

Quick Start

Use the se skill to dispatch a software-engineering task by typing /se followed by a subcommand.

Frequently Asked Questions about se

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

FAQPage Schema
How do I automate software engineering workflows with a single command?▼

You can automate software engineering workflows by typing a base command followed by a subcommand like status, todo, or init. A dispatch table routes your request to the appropriate sub-skill to streamline project management tasks.

What is command parsing for software engineering project management?▼

Command parsing for software engineering project management maps arguments like init, plan, or report to specific sub-skills. This routing enables consistent automation of tasks such as tracking status and creating TODOs.

How do I start a new software engineering project using command dispatch?▼

To start a new software engineering project using command dispatch, type the base command followed by the init subcommand. This invokes the corresponding sub-skill to set up your project workflow and establish initial tracking.

Can I import GitHub issues into my project management workflow?▼

Yes, you can import GitHub issues into your project management workflow by using the gh-import subcommand. This routes the request to the appropriate sub-skill, pulling issues into your software engineering workflow for tracking and automation.

What happens if I run the dispatch command without any arguments?▼

If you run the dispatch command without any arguments, it displays a help listing. This safety feature prevents unintended actions by showing available subcommands like status, todo, init, report, and plan.

Does the workflow dispatcher support object-oriented programming tasks?▼

The workflow dispatcher supports object-oriented programming tasks through the oop subcommand. It routes your request to the corresponding sub-skill, integrating OOP-related actions into your automated software engineering workflow.