From agent-methodology
Use this skill at the end of any TZ closure or series closure to archive completed work and keep specs/ + docs/agent/ from bloating over a 1-2 year project. Trigger automatically when closing series, archiving 30+-day-old TZs, or when changelog exceeds 1000 lines. Critical for projects with 100+ TZ over years.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agent-methodology:archive-cycleThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Long-running projects (100+ ТЗ, 1-2 years) require active archival. Without it `specs/` and `docs/agent/04_changelog.md` become unsearchable swamps. This skill is invoked automatically by lifecycle-cron hook (1×day) and manually during /close-series.
Long-running projects (100+ ТЗ, 1-2 years) require active archival. Without it specs/ and docs/agent/04_changelog.md become unsearchable swamps. This skill is invoked automatically by lifecycle-cron hook (1×day) and manually during /close-series.
specs/<series>/<TZ_N>/ → specs/<series>/_archive/<TZ_N>/specs/<series>/ → specs/_archive/<series>/docs/agent/04_changelog.md exceeds 1000 lines, lifecycle-cron splits:
docs/agent/changelog-archive/before-<YYYY>Q<N>.mddocs/agent/decisions/ permanentlyStatus: Superseded by ADR-NNNN but file stays08_postmortems.md may grow but it's high-signal content.claude-data/checkpoint-history/*.md older than 7 days deleted by lifecycle-crondocs/agent/00_current_state.md — single snapshot file, always currentdocs/agent/01_architecture.md — single document, evolves in placedocs/agent/05_module_map.md — single map, regenerated as code changesdocs/agent/decisions/INDEX.md — auto-generated, regenerated on every ADR changeCLAUDE.md — ≤80 lines, never grows/close-tz — moves current ТЗ to local archive immediately if closed/close-series — verifies DoD then moves whole series to specs/_archive/npx claudepluginhub engsimsoft/universal-agent-starter --plugin agent-methodologyProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.