.github/skills/data-modeling/SKILL.md
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.
npx skillsauth add albertobasaloacademy/icp-cs-ai data-modelingInstall 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.
Write the Entity-Relationship (ER) model for the system based on the feature specifications.
The model will be a set of entities (with attributes) and relationships (with cardinalities).
RESPECT the current ER model if it exists, and only add or modify entities and relationships as needed to accommodate the new specifications.
{Project_Folder}/ERM.md.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.
documentation
Generates a Product Requirements Document (PRD) for software projects. To be used when analyzing a project to create a PRD.
documentation
Generates an Architecture Design Document (ADD) for software projects. To be used when designing a product architecture