Sdd change
Skill jsuvic/agent-profile/fixtures/automation-pack-enabled/expected/.claude/skills/sdd-change
Configure Codex, Claude, and Tabnine to understand your project, follow its workflow, and respect its safety rules.
npx -y skills add jsuvic/agent-profile --skill sdd-changeAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Use when implementing a meaningful repository change that requires an approved spec before code edits.
SKILL.md
0.9 KB, as published. Nobody here has run it
<!-- Generated by Agent Profile Compiler. Do not edit by hand. -->
SDD Change
Instructions
- Read the relevant spec in
docs/specs/. - Confirm the problem, goal, non-goals, contracts, security rules, acceptance criteria, tests, documentation updates, and final checklist.
- Do not implement behavior outside the approved spec.
- Add or update focused tests where practical before changing behavior.
- Run relevant tests and golden tests before final review.
- Report any missing spec, Draft spec, test gap, or contract risk before proceeding.
Safety
- Do not upload source code.
- Do not read or print secrets.
- Ask before mutating files, running shell commands, installing dependencies, or using external network access.
- Keep production access denied.