| name | cissp-wiki-update |
| description | Scan resources/ and kb/ for new material and update the wiki accordingly |
| allowed-tools | Read Write Edit Glob Grep |
Skill: cissp-wiki-update
Triggered by: /cissp-wiki-update
What this does
Scans resources/ and kb/ for content that isn't yet reflected in wiki/, then updates the wiki accordingly.
Steps
- Read
wiki/index.md to see current wiki status (which domains are built, which are pending)
- Read
kb/weak-areas.md if it exists, to check if any weak areas have updated notes that should flow into wiki
- Scan
resources/ for any new files added since last wiki update (compare modification dates against wiki/index.md's "Last updated" line)
- For each domain in
wiki/index.md that has new corresponding content in resources/ or kb/:
- Update or generate the domain wiki page at
wiki/domains/dN-name.md
- Add any new concept deep dives to
wiki/concepts/
- Add new terms to
wiki/glossary.md (alphabetized)
- Add new exam traps to
wiki/exam-traps.md
- Update
wiki/index.md status table and "Last updated" date
- Report what was updated and what still needs source material
Conventions when writing to wiki/
- Use repo-relative links:
[Cryptography Deep Dive](../concepts/cryptography.md) not ~/...
- Each domain page bumps its
*Last updated: YYYY-MM-DD* line on edit
- Cite sources at the top of the page (e.g.,
*Sources: CISSP-Domain-N-2024+Objectives.md; <book title>*) — citation only, never reproduce verbatim
- Personal content stays in
kb/ — never in wiki/
Output
Print a concise summary:
- Domains updated: [list]
- Concept pages added: [list]
- Terms added to glossary: [N]
- Exam traps added: [N]
- Domains still pending (no source material): [list]