html-plan
GitHub将源材料转换为清晰、自包含的HTML计划文档,保留原始层级、顺序和所有权。生成响应式、无障碍的单文件HTML,用于项目规划与审查。
触发场景
安装
npx skills add plannotator/effective-html --skill html-plan -g -y
SKILL.md
Frontmatter
{
"name": "html-plan",
"description": "Direct-invocation specialist for clear, self-contained HTML plans that preserve source material while improving hierarchy, sequence, ownership, dependencies, and reviewability. Use when the user explicitly invokes html-plan or the broad html skill routes a plan request here. Do not activate independently from a general request."
}
HTML Plan
Turn source material into a plan people can inspect and act on. Preserve the user's scope, ordering, commitments, and terminology unless they ask for broader synthesis.
Shape the document around the work
Read the conversation, project instructions, and supplied plan before designing. Match an existing design language when one is present. Otherwise derive a quiet, workmanlike direction from the audience and subject.
When design-artifact is available, read its
fundamentals to make that direction intentional. Keep this skill's traceability
and source-preservation rules authoritative; creative direction must not
inflate the plan into a dashboard or campaign page.
Decide what the plan actually needs:
- phases or sequence;
- status and decision points;
- owners and collaborators;
- dependencies and risks;
- acceptance checks;
- unresolved questions.
Do not add a timeline, progress percentage, status badge, or dashboard summary unless the source supports it. Improve grammar and structure without inflating an implementation plan into a strategy document.
Preserve traceability
- Keep source commitments recognizable.
- Separate accepted decisions from assumptions and open questions.
- Show sequence and dependency only where they are real.
- Use tables for exact mappings, comparisons, or repeated fields.
- Use a flow or timeline only when it makes order materially easier to understand.
- Keep long prose readable instead of forcing every paragraph into a card.
Build and verify
Deliver one responsive, accessible, self-contained HTML file. Use semantic headings, lists, tables, and landmarks. Keep essential CSS and JavaScript inline, avoid external services, and make any navigation or disclosure keyboard-operable.
Inspect the result at wide and narrow widths. Check that no commitment disappeared, that stages remain in the intended order, that ownership and dependencies are legible, and that long content does not overflow.
Return the absolute path and note any structural interpretation you introduced.
版本历史
-
a8f39fd
当前 2026-08-03 08:30
新增对 design-artifact 技能的引用,以增强设计方向的一致性。
-
9982ad0
2026-07-31 06:50
重构为直接调用专家技能,强调保留源材料并优化结构;移除旧版对 dark mode 和 localStorage 的强制要求,转而关注语义化、可访问性及内容完整性验证。
- 50260e1 2026-07-05 14:36


