README Generator Prompt
Generate a comprehensive README.md for this repository by analysing repository-native sources of truth (Spec Kit artefacts and governance guidance). Follow these steps.
Scan the Spec Kit feature artefacts across all feature folders under specs/ (for example, 001-*, 002-*, 003-*), using each feature folder's standard files.
spec.md
plan.md
tasks.md
research.md
data-model.md
quickstart.md
contracts/*
Review repository governance and contributor guidance.
.github/copilot-instructions.md
.specify/memory/constitution.md
AGENTS.md
tests/README.md
Create a README.md with the following sections, grounding each section in the sources above (and broader repository files where relevant).
Project Name and Description
- Extract the project name and primary purpose from the documentation.
- Include a concise description of what the project does.
Technology Stack
- List the primary technologies, languages, and frameworks used.
- Include version information when available.
- Source this information primarily from
Directory.Packages.props, global.json, ImportToPlanner.slnx, and feature plan.md files under specs/.
Project Architecture
- Provide a high-level overview of the architecture.
- Consider including a simple diagram if described in the documentation.
- Source from feature
plan.md, data-model.md, and contracts/* files under specs/, plus src/ project boundaries.
Getting Started
- Include installation instructions based on the technology stack.
- Add setup and configuration steps.
- Include any prerequisites.
- Source from
README.md, feature quickstart.md files under specs/, and relevant app configuration examples.
Project Structure
- Brief overview of the folder organisation.
- Source from the repository root layout (
src/, tests/, docs/, docs-internal/, specs/, and AppHost files).
Key Features
- List main functionality and features of the project.
- Extract from various documentation files.
- Source primarily from feature
spec.md files under specs/ and contracts/* files.
Development Workflow
- Summarise the development process.
- Include information about branching strategy if available.
- Source from
CONTRIBUTING.md, AGENTS.md, .specify/memory/constitution.md, and feature tasks.md files under specs/.
Coding Standards
- Summarise key coding standards and conventions.
- Source from
.github/copilot-instructions.md and .github/instructions/*.instructions.md files.
Testing
- Explain testing approach and tools.
- Source from
tests/README.md, test project files under tests/, and constitutional testing requirements.
Contributing
- Guidelines for contributing to the project.
- Reference any code exemplars for guidance.
- Source from
CONTRIBUTING.md, CODE_OF_CONDUCT.md, AGENTS.md, and .github/copilot-instructions.md.
Licence
- Include license information if available.
Format the README with proper Markdown, including the following.
- Clear headings and subheadings.
- Code blocks where appropriate.
- Lists for better readability.
- Links to other documentation files.
- Badges for build status, version, etc. if information is available.
Keep the README concise yet informative, focusing on what new developers or users would need to know about the project.
Source: markheydon/import-to-planner — distributed by TomeVault.
1---2name: repo-readme-generator3description: Intelligent README.md generation prompt that analyses project documentation structure and creates comprehensive repository documentation. Scans repository documentation files and copilot-instructions.md to extract project information, technology stack, architecture, development workflow, coding standards, and testing approaches while generating well-structured markdown documentation with proper formatting, cross-references, and developer-focused content. Use when this capability is needed.4---56# README Generator Prompt78Generate a comprehensive README.md for this repository by analysing repository-native sources of truth (Spec Kit artefacts and governance guidance). Follow these steps.9101. Scan the Spec Kit feature artefacts across all feature folders under `specs/` (for example, `001-*`, `002-*`, `003-*`), using each feature folder's standard files.11 - `spec.md`12 - `plan.md`13 - `tasks.md`14 - `research.md`15 - `data-model.md`16 - `quickstart.md`17 - `contracts/*`18192. Review repository governance and contributor guidance.20 - `.github/copilot-instructions.md`21 - `.specify/memory/constitution.md`22 - `AGENTS.md`23 - `tests/README.md`24253. Create a README.md with the following sections, grounding each section in the sources above (and broader repository files where relevant).2627## Project Name and Description28- Extract the project name and primary purpose from the documentation.29- Include a concise description of what the project does.3031## Technology Stack32- List the primary technologies, languages, and frameworks used.33- Include version information when available.34- Source this information primarily from `Directory.Packages.props`, `global.json`, `ImportToPlanner.slnx`, and feature `plan.md` files under `specs/`.3536## Project Architecture37- Provide a high-level overview of the architecture.38- Consider including a simple diagram if described in the documentation.39- Source from feature `plan.md`, `data-model.md`, and `contracts/*` files under `specs/`, plus `src/` project boundaries.4041## Getting Started42- Include installation instructions based on the technology stack.43- Add setup and configuration steps.44- Include any prerequisites.45- Source from `README.md`, feature `quickstart.md` files under `specs/`, and relevant app configuration examples.4647## Project Structure48- Brief overview of the folder organisation.49- Source from the repository root layout (`src/`, `tests/`, `docs/`, `docs-internal/`, `specs/`, and AppHost files).5051## Key Features52- List main functionality and features of the project.53- Extract from various documentation files.54- Source primarily from feature `spec.md` files under `specs/` and `contracts/*` files.5556## Development Workflow57- Summarise the development process.58- Include information about branching strategy if available.59- Source from `CONTRIBUTING.md`, `AGENTS.md`, `.specify/memory/constitution.md`, and feature `tasks.md` files under `specs/`.6061## Coding Standards62- Summarise key coding standards and conventions.63- Source from `.github/copilot-instructions.md` and `.github/instructions/*.instructions.md` files.6465## Testing66- Explain testing approach and tools.67- Source from `tests/README.md`, test project files under `tests/`, and constitutional testing requirements.6869## Contributing70- Guidelines for contributing to the project.71- Reference any code exemplars for guidance.72- Source from `CONTRIBUTING.md`, `CODE_OF_CONDUCT.md`, `AGENTS.md`, and `.github/copilot-instructions.md`.7374## Licence75- Include license information if available.7677Format the README with proper Markdown, including the following.78- Clear headings and subheadings.79- Code blocks where appropriate.80- Lists for better readability.81- Links to other documentation files.82- Badges for build status, version, etc. if information is available.8384Keep the README concise yet informative, focusing on what new developers or users would need to know about the project.8586---87> Source: [markheydon/import-to-planner](https://github.com/markheydon/import-to-planner) — distributed by [TomeVault](https://tomevault.io).88<!-- tomevault:4.0:skill_md:2026-05-23 -->