APM

>Agent Skill

@buckstrdr/sp-write-skill

skilldevelopment

Create new skills with TDD approach, testing before writing

development
apm::install
$apm install @buckstrdr/sp-write-skill
apm::skill.md
---
name: sp-write-skill
description: Create new skills with TDD approach, testing before writing
---

Invoke the superpowers:writing-skills skill when creating new skills, editing existing skills, or verifying skills work before deployment.

Use this to apply TDD to process documentation by testing with subagents before writing, iterating until bulletproof.

```
Skill("superpowers:writing-skills")
```