What problem does it solve? Projects accumulate meeting notes over time but lack a structured, searchable summary. This Skill rebuilds the project knowledge layer — a stable resume card, a volatile status file, and a JSON search index — directly from the note history, so nothing has to be reconstructed by hand. ## Core Features & Use Cases - Entity extraction from notes: Scans dated Markdown notes to extract people, decisions, technologies, action items, and topics. - Structured file generation: Produces PROJECT.md (stable facts, 60-line cap), STATUS.md (current focus, open questions, recent decisions, active team), DECISIONS.md, and _index.json with full search metadata. - Legacy migration: Splits an old all-in-one PROJECT.md into the card + STATUS.md split without losing pruned content. - Use Case: After months of ad-hoc meeting notes in a project folder, run the bootstrap to instantly get a dashboard-ready project card, a pruned status file, and a searchable index covering the full date range. ## Quick Start Ask the AI to bootstrap the project knowledge files for a named project, or say bootstrap all to process every project folder.