2.6 KiB
2.6 KiB
Documentation Index
This file contains a complete list of all documentation in this project.
Documentation Files
Root Level
docs/index.md- This file; master index of all project documentationdocs/technical-requirements.md- Technical requirements for the questionnaire systemdocs/flow.md- Mermaid flowchart of the two-stage Go/No Go process (pre-screening → category questionnaire)docs/implementation-plan.md- Step-by-step implementation plan from bare install to production-ready (14 steps with status tracking)
Frontend
docs/theming-templating-vue.md- Design tokens, Tailwind config, layout, shared Vue components, RadioButtonGroup pill buttons, icon and scoring color standards
Agents
docs/agents/code-style-reviewer.md- Project-specific notes for the code style review agentdocs/agents/cypress-code-writer.md- Project-specific notes for the Cypress E2E test writer agentdocs/agents/docs-writer.md- Project-specific notes for the documentation writer agentdocs/agents/laravel-blade-code-writer.md- Project-specific notes for the Blade template agentdocs/agents/laravel-config-code-writer.md- Project-specific notes for the config management agentdocs/agents/laravel-nova-code-writer.md- Project-specific notes for the Nova resource agentdocs/agents/laravel-php-code-writer.md- Project-specific notes for the Laravel PHP code agentdocs/agents/phpunit-code-writer.md- Project-specific notes for the PHPUnit test agentdocs/agents/vue-code-writer.md- Project-specific notes for the Vue.js component agent
Available Sub-Agents
These are the sub-agents available globally that can be used in this project:
code-style-reviewer- Reviews code against project standards including Laravel Pint, strict types, and naming conventionscypress-code-writer- Writes, updates, and debugs Cypress E2E tests for user workflowsdocs-writer- Creates and updates documentation files and maintains the documentation indexlaravel-blade-code-writer- Creates and modifies Laravel Blade templates and viewslaravel-config-code-writer- Manages database-driven config groups, fields, and the Config Servicelaravel-nova-code-writer- Creates and modifies Laravel Nova 5 resources, actions, metrics, and dashboardslaravel-php-code-writer- Writes and refactors PHP code (controllers, models, services, migrations) except Nova resourcesphpunit-code-writer- Creates, runs, and validates PHPUnit tests with mocking supportvue-code-writer- Builds Vue.js components in the Laravel + Inertia.js stack