Agent skill · Testing & QA

specifying-mbd-algorithms

Specify algorithms for Model-Based Design: system specs, architecture specs, implementation plans, test plans. Use when creating specifications for controllers, signal processing, diagnostics, estimators, or other algorithms authored in Simulink, Stateflow, System Composer, or MATLAB Function blocks.

matlabgithub.com/matlabGitHub ↗
claude-codecodexcopilotNOASSERTION
Install
npx skills add matlab/simulink-agentic-toolkit --skill specifying-mbd-algorithms --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 10
SKILL.md size: 7 KB
Bundled scripts: none
Version: 1.1
Declared author: MathWorks
Path: skills-catalog/model-based-design-core/specifying-mbd-algorithms/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 903
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# MBD Algorithm Specs Structured specification of algorithms for Model-Based Design. Adapts the `specifying-software` templates for the MBD algorithm domain. ## When to Use - Specifying a controller, estimator, signal processor, diagnostic, or supervisory logic algorithm - The algorithm will be authored in Simulink, Stateflow, System Composer, or as a MATLAB Function block - The algorithm is part of a model-based design workflow (simulation, code generation, or both) - Creating, updating, or reviewing algorithm specification documents ## When NOT to Use - **Building** the algorithm model → use `building-simulink-models` - **Testing** an existing model → use `testing-simulink-models` - **Plant/environment models** → use `specifying-plant-models` - **Traditional software** (C, C++, Python, standalone MATLAB scripts) → use `specifying-software` - **Full closed-loop system** → use this skill for the algorithm side, `specifying-plant-models` for the plant side ## Output Conventions Store specs per algorithm. **Prefix every filename with the algorithm name:** ``` docs/specs/algorithms/<algorithm-name>/ ├── <algorithm-name>-system.md ├── <algorithm-name>-architecture.md ├── <algorithm-nam

What's inside
Steps it walks through
  1. When to Use
  2. When NOT to Use
  3. Output Conventions
  4. Mode Selection
  5. Workflow
  6. Step 1: Establish External Interface
  7. Step 2: Define Algorithm Objectives
  8. Step 4: Write System Spec
  9. Step 5: Write Architecture Spec
  10. Step 6: Write Implementation Plan + Test Plan
  11. Updating Existing Specs
  12. Guardrails
  13. Always
  14. Ask First
Ships with 9 files
  • manifest.yaml
  • references/algorithm-guidance.md
  • references/architecture-spec-template.md
  • references/component-spec-template.md
  • references/detailed-spec-template.md
  • references/implementation-plan-template.md
  • references/spec-types.md
  • references/system-spec-template.md
  • references/test-plan-template.md
More from simulink-agentic-toolkit
All skills →
About this skill
What does the specifying-mbd-algorithms skill do?

Specify algorithms for Model-Based Design: system specs, architecture specs, implementation plans, test plans. Use when creating specifications for controllers, signal processing, diagnostics, estimators, or other algorithms authored in Simulink, Stateflow, System Composer, or MATLAB Function blocks.

How do I install it?

Run `npx skills add matlab/simulink-agentic-toolkit --skill specifying-mbd-algorithms --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From matlab/simulink-agentic-toolkit, a repository with 903 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going