.github/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 albertobasaloacademy/icp-cs-ai 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
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.
documentation
Generates a Product Requirements Document (PRD) for software projects. To be used when analyzing a project to create a PRD.
testing
Defines the Entity-Relationship (ER) model for the system based on the feature specifications. To be used for designing the data structures and relationships needed to implement the features.