.agents/skills/generating-add/SKILL.md
Generates an Architecture Design Document (ADD) for software projects. To be used when designing a product architecture
npx skillsauth add albertobasalo/astro-bookings-express generating-addInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
To generate an Architecture Design Document (ADD), follow these steps:
Use the provided context PRD, or current documentation files.
Read and follow specific templates like ADD template
Read and respect the current AGENTS file if it exists.
-[ ] Ask only critical questions where the initial prompt is ambiguous. Focus on:
{Project_Folder}/ADD.md.{Project_Folder}/ADD.md{Agents_file} to help implement the architecturetesting
Writes and maintains unit tests using Vitest. To be used for testing business logic in services and utilities.
testing
Writes end-to-end tests with Playwright. To be used for verifying acceptance criteria through automated tests.
testing
Creates a detailed implementation plan for a given feature specification. To be used for planning the implementation of feature specifications.
testing
Writes the specification with problem definition, solution outline, and acceptance criteria. To be used to specify a feature, bug correction, or enhancement.