con un clic
speckit-md-html-export-export
// Convert all Markdown files in the current feature directory to self-contained HTML
// Convert all Markdown files in the current feature directory to self-contained HTML
Fetch a Jira Epic and format its content as spec input ready for /speckit-specify
Push User Stories + tasks from spec.md / tasks.md to Jira as Stories and Sub-tasks under an existing Epic
Generate a custom checklist for the current feature based on user requirements.
Identify underspecified areas in the current feature spec by asking up to 5 highly targeted clarification questions and encoding answers back into the spec.
Download frames from a Figma file URL into the feature designs/ folder
Create a GitHub Pull Request for the active feature branch using spec.md as source for title and body
| name | speckit-md-html-export-export |
| description | Convert all Markdown files in the current feature directory to self-contained HTML |
| compatibility | Requires spec-kit project structure with .specify/ directory |
| metadata | {"author":"github-spec-kit","source":"md-html-export:commands/md-html-export.export.md"} |
Convert every .md file in the current feature directory to a self-contained HTML file
that can be opened directly in a browser, with no external dependencies.
Run the Python conversion script:
python3 .specify/extensions/md-html-export/scripts/bash/md_to_html.py
The script reads .specify/feature.json to find the feature directory automatically.
.html file per .md file, placed alongside the source Markdown file.specs/001-client-team-assignments/spec.md → specs/001-client-team-assignments/spec.htmlConverted N file(s) to HTML in <feature_directory>.specify/feature.json is missing: warn and skip.python3 is not available: warn and skip.