AI SummaryA Cursor IDE rule set that enforces markdown linting standards to keep documentation consistent and error-free. Useful for teams maintaining specs, READMEs, and other markdown-based project documentation.
Install
Copy this and paste it into Claude Code, Cursor, or any AI assistant:
I want to add the "specfact-cli — Cursor Rules" prompt rules to my project. Repository: https://github.com/nold-ai/specfact-cli Please read the repo to find the rules/prompt file, then: 1. Download it to the correct location (.cursorrules, .windsurfrules, .github/prompts/, or project root — based on the file type) 2. If there's an existing rules file, merge the new rules in rather than overwriting 3. Confirm what was added
Description
The “swiss knife” CLI for agile DevOps teams. Keep backlog, specs, tests, and code in sync. Greenfield + brownfield with SDD/TDD/contracts.
Markdown Linting Rules
This document outlines the rules for writing consistent, maintainable Markdown files that pass linting checks.
MD012: No Multiple Consecutive Blank Lines
Do not use more than one consecutive blank line anywhere in the document. ❌ Incorrect: `markdown Line 1 Line 2 ` ✅ Correct: `markdown Line 1 Line 2 `
MD031: Fenced Code Blocks
Fenced code blocks should be surrounded by blank lines. ❌ Incorrect: `shell
Code example
` ✅ Correct: `shell
Discussion
Health Signals
My Fox Den
Community Rating
Sign in to rate this booster
Works With
Any AI assistant that accepts custom rules or system prompts