niwashi-06-harvest

Extract reusable patterns from narrative build artifacts into markdown documents.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/datorresb/niwashi-studio --skill niwashi-06-harvest
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: niwashi-06-harvest
Source: https://github.com/datorresb/niwashi-studio/tree/main/skills/narrative/niwashi-06-harvest
Command: npx skills add https://github.com/datorresb/niwashi-studio --skill niwashi-06-harvest

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Extract and distill actionable patterns from a completed narrative to create reusable pattern documents that guide future RESEARCH phases.

Core Features & Use Cases

  • Pattern extraction from narrative SPEC, build history, and git logs to surface concrete design decisions.
  • Production of niwashi_docs/patterns/<concept-type>.md with specific, reusable patterns and clear reuse guidance.
  • Merge with existing pattern files to build a consolidated knowledge base for successive narratives.

Quick Start

Provide the completed narrative build artifacts and run the harvest process to generate the pattern document.

Frequently Asked Questions about niwashi-06-harvest

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

FAQPage Schema
How do I extract reusable patterns from completed narrative documentation?

To extract reusable patterns from narrative documentation, you provide completed build artifacts like the narrative-spec, sections-checklist.json, and Git logs to distill concrete design decisions into a structured pattern document.

What inputs are needed to generate a pattern document for future research?

Generating a pattern document requires a narrative that has passed REVIEW, along with its build history, narrative-spec, sections-checklist.json, and Git logs to derive actionable design decisions for future RESEARCH phases.

How does pattern extraction from Git logs and build history work?

Pattern extraction from Git logs and build history works by analyzing commit records and specifications to surface concrete design decisions, which are then structured into narrative arc, interaction, visual, and revision sections.

Can I merge newly extracted narrative patterns with existing pattern files?

You can merge newly extracted narrative patterns with existing pattern files to build a consolidated knowledge base, ensuring successive RESEARCH phases can reference a unified set of reusable design decisions.

What is the best way to document design decisions for future narrative research?

The best way to document design decisions is to harvest them into niwashi_docs/patterns/<concept-type>.md files, organizing details into explicit narrative arc, interaction, visual, revision, and reuse sections.

When should I not use automated pattern extraction from narrative builds?

You should not use automated pattern extraction if your narrative has not yet passed REVIEW, or if you lack the required build history, narrative-spec, sections-checklist.json, and Git logs needed to derive accurate patterns.