| name | technews-draft |
| description | Draft cited TK TechNews articles from the normalized source summary ledger. Use when an agent needs to turn data/summaries/latest.json into a Markdown article, preserve citations in frontmatter, or create an initial explainer draft for editorial refinement. |
TechNews Draft
Use this skill from the repository root after technews-research has produced
data/summaries/latest.json and ideally data/knowledge/latest.json.
Workflow
- Choose a concrete article title and optional slug.
- If needed, run
npm run extract:knowledge to refresh the knowledge model.
- Run
npm run draft -- --topic "Article Title".
- Open the generated file in
src/content/articles/.
- Use the
## Knowledge model section to strengthen the explanation, entities, and relationships.
- Strengthen the
## What it means section while preserving citation links.
- Run
npm run validate:citations.
Rules
- Do not add uncited source links to the body.
- Keep frontmatter
citations synchronized with article links.
- Treat generated prose as a draft; improve the explanation before publication.