πŸ“
AI EngineeringPython

Openspec Propose

by VILA-Lab

Openspec Propose is an AI Engineering skill for Claude Code, published by VILA-Lab in FigMirror.

508 stars37 forkson VILA-Lab/FigMirrorAdded 2026/08/26+1% in starsRepository updated 2026/08/12
agentagent-skillsclaude-codecodexdata-visualizationllm-agentsmatplotlibpaper-figuresplottingpythonresearch-toolsscientific-visualizationskill
Install in seconds
Install Openspec Propose
Copy Openspec Propose into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/VILA-Lab/FigMirror/tree/main/.claude/skills/openspec-propose ~/.claude/skills/openspec-propose

Requires Node.js. Downloads this skill only β€” not the rest of the repository β€” into your Claude Code skills folder.

Without Node.js

git clone https://github.com/VILA-Lab/FigMirror.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.claude/skills/openspec-propose/SKILL.md in VILA-Lab/FigMirror
Installs to
~/.claude/skills/openspec-propose
Collection
One of 6 skills cataloged from this repository
Category
AI Engineering β€” 2451 skills

What Openspec Propose does

Openspec Propose creates a new change and generates proposal, design, and task artifacts in one step. Use it when you want to turn a change idea into implementation-ready specs quickly.

Openspec Propose is cataloged under AI Engineering on DirSkills. Openspec Propose comes from a repository tagged agent, agent-skills, claude-code, codex and data-visualization.

Documentation

README

Propose a new change - create the change and generate all artifacts in one step.

I'll create a change with artifacts:

  • proposal.md (what & why)
  • design.md (how)
  • tasks.md (implementation steps)

When ready to implement, run /opsx:apply


Input: The user's request should include a change name (kebab-case) OR a description of what they want to build.

Steps

  1. If no clear input provided, ask what they want to build

    Use the AskUserQuestion tool (open-ended, no preset options) to ask:

    "What change do you want to work on? Describe what you want to build or fix."

    From their description, derive a kebab-case name (e.g., "add user authentication" β†’ add-user-auth).

    IMPORTANT: Do NOT proceed without understanding what the user wants to build.

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Openspec Propose

  • What else does VILA-Lab publish alongside Openspec Propose?

    Openspec Propose is one of 6 skills that DirSkills catalogs from VILA-Lab/FigMirror, the repository it ships in. Its siblings there include Fig Mirror, FigMirror and OpenSpec Apply Change. Each one is a separate skill with its own page in this directory, installs the same way Openspec Propose does, and is maintained by VILA-Lab in that same repository. The rest of the collection is listed on the VILA-Lab/FigMirror page.

  • How does Openspec Propose compare to other AI Engineering skills?

    Openspec Propose ranks #2167 by stars among the 2451 AI Engineering skills in this catalog. The most-starred ones next to it are Architecture Decision Records, AI-First Engineering and Agentic OS. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Openspec Propose against them. Open each page to compare what they document and how they install.