Generate Requirement Drafts
Drafts EARS-format Simulink requirements as .slreqx or validated YAML with traceability.
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 13, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Jul 18, 2026 · d1bdca3
Ran the mini-task live: generated a 3-requirement CruiseControl_requirements.yaml following the skill's EARS + draft-marking + provenance rules and it parsed clean with a real `yaml.safe_load` check — the no-skill baseline was unmarked prose with no IDs, rationale split, or traceability, unusable for any downstream toolchain.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 9/10
- Docs & honesty 5/5
What Generate Requirement Drafts does
Turns Simulink model behavior into draft requirement artifacts (Requirements Toolbox .slreqx or a structured YAML fallback), phrased in EARS shall-statements rather than block-topology restatements. Triggers when a user asks to draft, update, or trace requirements from a model; explicitly steps aside for ReqIF/DOORS import or test-writing tasks, which belong to sibling skills in the same toolkit.
How to install Generate Requirement Drafts
git clone https://github.com/matlab/simulink-agentic-toolkit
cd simulink-agentic-toolkit
mkdir -p ~/.claude/skills
cp -r skills-catalog/model-based-design-core/generate-requirement-drafts ~/.claude/skills/generate-requirement-drafts
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Generate Requirement Drafts
-
/generate-requirement-draftsDrafts EARS-format Simulink requirements as .slreqx or validated YAML with traceability.
It also activates on plain-language prompts like these:
-
Draft EARS shall-statements from this Simulink model's behavior -
Generate traceable requirements from my model as a validated YAML file -
Turn this Simulink block diagram into draft requirement artifacts
Frequently asked questions
- Is the Generate Requirement Drafts skill free?
- Yes. The skill itself is free from matlab/simulink-agentic-toolkit. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Generate Requirement Drafts work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 13, 2026. Verdict: Tested · Works. Ran the mini-task live: generated a 3-requirement CruiseControl_requirements.yaml following the skill's EARS + draft-marking + provenance rules and it parsed clean with a real `yaml.safe_load` check — the no-skill baseline was unmarked prose with no IDs, rationale split, or traceability, unusable for any downstream toolchain.
- What is the Generate Requirement Drafts SkillProof Score?
- 9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
- How do I install Generate Requirement Drafts?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Generate Requirement Drafts with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.