> ## Documentation Index
> Fetch the complete documentation index at: https://docs.engineeringframework.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Documentation for the Engineering Framework

## What is Engineering Framework?

Engineering Framework helps engineering teams plan software projects
consistently and hold on to what they learn along the way. It gives you:

* A **planning checklist** that lays out what "good" looks like at each
  phase of a project, and tracks what your team has actually completed
* A **Knowledge Base** that captures decisions, guides, and past artifacts so
  your team (and your AI coding assistants) can find them again instead of
  re-discovering the same answers
* **Organizations, departments, and permissions** so the right people see
  and manage the right things
* Support for connecting **AI coding assistants** (like Claude Code) directly
  to your planning checklist and Knowledge Base, so agents can check gaps,
  pull templates, and search prior decisions on your team's behalf

<Note>
  This documentation site is under active development. Several sections below
  are placeholders while their content is being written.
</Note>

## Explore the docs

<Columns cols={2}>
  <Card title="What is Engineering Framework" icon="sparkles" href="/what-is-engineering-framework">
    A product overview of what it does and who it's for.
  </Card>

  <Card title="Creating your first Organization" icon="building" href="/creating-your-first-organization">
    Walk through the setup wizard to create your organization.
  </Card>

  <Card title="Core Concepts" icon="sitemap" href="/core-concepts">
    Organizations, Departments, and Projects — and how permissions cascade.
  </Card>

  <Card title="Project Phases & Phase Mapping" icon="route" href="/project-phases">
    Lifecycle phases and how they drive checklist gap analysis.
  </Card>

  <Card title="The Framework Checklist" icon="list-checks" href="/framework-checklist">
    Categories, subcategories, items, definitions, and templates.
  </Card>

  <Card title="Framework MCP Server" icon="server" href="/framework-mcp-server">
    Connect AI agents to the Framework MCP server and use its tools.
  </Card>

  <Card title="Knowledge Base" icon="database" href="/knowledge-base">
    Ingest project documentation and query it through the Knowledge Base.
  </Card>

  <Card title="Permissions" icon="shield-check" href="/permissions">
    Understand the authentication and authorization model.
  </Card>
</Columns>

## Open source

<Card title="engineeringframework.dev on GitHub" icon="github" href="https://github.com/engineering-framework">
  Engineering Framework is open source. If you're technical and want to
  self-host it or contribute, start here.
</Card>
