kb-promote-answer-to-library

File librarian answers into the knowledge library with provenance tracking.

41|6|Updated Jul 12, 2025
One-click install
npx skills add https://github.com/SteveGJones/ai-first-sdlc-practices --skill kb-promote-answer-to-library
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kb-promote-answer-to-library
Source: https://github.com/SteveGJones/ai-first-sdlc-practices/tree/main/plugins/sdlc-knowledge-base/skills/kb-promote-answer-to-library
Command: npx skills add https://github.com/SteveGJones/ai-first-sdlc-practices --skill kb-promote-answer-to-library

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Filing librarian answers back into the knowledge library as new pages, preserving provenance and citations for future reuse.

Core Features & Use Cases

  • File answers from kb-query into the library as standalone pages with provenance data.
  • Optional: customize destination with --title and --path, or promote to an external library with --target.
  • Ensures the library shelf-index updates and source citations are preserved for traceability.

Quick Start

Provide the librarian's answer result to file as a new library page with provenance tracking.

Frequently Asked Questions about kb-promote-answer-to-library

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I save a knowledge-base answer as a markdown library page with provenance?

To save a knowledge-base answer as a markdown library page with provenance, provide the structured output to automate filing it as a new entry. This preserves source citations and updates the shelf-index for immediate reuse.

What does promoting an answer to a knowledge library involve?

Promoting an answer to a knowledge library involves automating the filing of a query response as a standalone markdown page. It enforces destination writability and tracks derived_from provenance for future traceability.

Can I customize the destination path and title when filing new markdown pages?

Yes, you can customize the destination path and title when filing new markdown pages by using optional parameters. This controls exact placement within the library while maintaining full provenance tracking.

How do I export markdown entries to an external knowledge library?

You export markdown entries to an external knowledge library by specifying a target destination. The system enforces destination writability and produces a shelf-ready markdown entry complete with provenance data for indexing.

Why are source citations and provenance important for a markdown knowledge base?

Source citations and provenance are important for a markdown knowledge base because they preserve traceability for future reuse. Tracking derived_from data ensures answers remain verifiable and authoritative within the library.