security-writeup
SKILL.md
Security Writeup
Documentation standards for security research and CTF challenges.
Document Types
| Document | Purpose | When to Create |
|---|---|---|
| STATUS.md | Progress tracking | Start of work, update throughout |
| REPORT.md | Technical writeup | After solution or significant progress |
STATUS.md
Track progress for restartability. Update after:
- Starting work on a problem
- Finding key information (offsets, addresses)
- Failed attempts (document what didn't work!)
- Completing a phase (recon → analysis → exploit → docs)
- Session end