qstack-plan-to-html

Solid

Render a Markdown plan as a reviewable QStack HLD/LLD HTML document, resolve its material open questions, and break it into the cards of its execution board. Also adds a board to a plan that already has HTML and no board.

Web & Frontend 7 stars 0 forks Updated 6 days ago MIT

Install

View on GitHub

Quality Score: 84/100

Stars 20%
30
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# /qstack-plan-to-html Takes a markdown plan and produces a controlled document: numbered, citable, offline-safe, and readable by two audiences at once. A plan is **not a landing page**. It opens with a title block, every clause is numbered so a reviewer can say "§4.2 is wrong", and every section carries a status stamp so a reader knows what is settled before reading a word. ## Language: plain words, always **Write it the way you would say it out loud.** Jargon is not precision; most of the time it is precision's opposite, because it lets a vague sentence pass as an informed one. If a sentence would survive being read aloud to a smart person outside the team, keep it. If it would not, rewrite it. Cut these on sight: they carry no information: > leverage · utilize · synergy · holistic · robust · seamless · paradigm · > best-in-class · surface area (as a metaphor) · first-class citizen · > orthogonal · non-trivial · trivially · simply · just · obviously | Instead of | Write | | --- | --- | | "leverage the existing abstraction" | "use the code that is already there" | | "a non-trivial refactor" | "about three days of work across four files" | | "the system exhibits sub-optimal latency characteristics" | "it takes 40 seconds; it should take 2" | | "we surface this to the operator" | "the operator sees it" | | "simply add a policy rule" | "add a policy rule": if it were simple you would not be writing a plan | **Precise is not the same as jargon.** A term of art that names...

Details

Author
hani-q
Repository
hani-q/qstack
Created
1 months ago
Last Updated
6 days ago
Language
HTML
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

qstack-ask-plan-open-questions

Resolve material open questions in a QStack plan through one-at-a-time, plain-language decision dialogs, then write each answer and its consequences back into the plan immediately. Accepts a bootstrap Markdown plan or an authoritative QStack plan.html; once HTML exists, edits only HTML and never maintains a Markdown mirror. Use when invoked as /qstack-ask-plan-open-questions, when asked to resolve a plan's open questions, or automatically after /qstack-plan-to-html creates plan.html.

7 Updated 6 days ago
hani-q
Code & Development Listed

qstack-loop-no-nonsense

Execute an approved implementation plan exactly, maintaining QStack execution evidence and requiring independent adversarial review.

7 Updated 6 days ago
hani-q
Data & Documents Listed

qstack-plan-prior-art

Read the project's existing plan folder as content and brief the planner on what was already decided, deferred, and learned. Runs standalone before anything is written, or from /qstack-plan-to-html once a Markdown draft exists and before the HTML document is. Ranks earlier plans by overlap with the subject being planned, then reports decisions already settled, questions never answered, where plans diverged from reality, live board cards owning the same files, what this plan supersedes, and rules already binding in the instruction files. Read-only: it writes nothing into the plan folder. Use before drafting or converting a plan, when asked whether something was planned before, or when new work may overlap work already recorded.

7 Updated 6 days ago
hani-q