plugins/development/skills/session-context/SKILL.md
Manages persistent context between Claude Code sessions by loading ACTIVE_CONTEXT.md and DECISIONS.md at session start and saving progress at session end. Use when user says "load context", "nacti kontext", "save context", "uloz kontext", "log decision", or automatically at session start/end. NOT for project setup (use projectsetup) or for tracking mistakes (use workflow-optimization).
npx skillsauth add petrogurcak/skills session-contextInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Manages persistent context between Claude Code sessions.
.claude/ACTIVE_CONTEXT.md exists in current project.claude/ACTIVE_CONTEXT.md.claude/DECISIONS.md (last 5 entries if file is long)Pokračuji kde jsme skončili:
- Branch: [branch name]
- Stav: [what was completed / in progress]
- Další krok: [recommended next action]
Keep it brief - 2-3 lines max. User can ask for details if needed.
Replace entire content with:
# Aktuální stav práce
## Poslední session
- **Datum:** [YYYY-MM-DD]
- **Branch:** [current git branch]
- **Dokončeno:** [what was completed this session]
- **Rozděláno:** [work in progress, if any]
- **Další krok:** [recommended next action]
## Otevřené otázky
[any unresolved questions or decisions pending - or "Žádné"]
## Poznámky pro další session
[important context that future Claude should know - or "Žádné"]
Checklist - log if ANY is true:
Do NOT log:
Format for new entry (prepend to file after header):
## [YYYY-MM-DD]: [Název rozhodnutí]
**Kontext:** [Proč bylo potřeba rozhodnout]
**Rozhodnutí:** [Co jsme zvolili]
**Alternativy:** [Co jsme zvažovali]
**Důvod:** [Proč tato volba]
---
.claude/ACTIVE_CONTEXT.md.claude/DECISIONS.md.claude/ACTIVE_CONTEXT.md.claude/DECISIONS.md.claude/DECISIONS.md using format aboveFiles are stored in project's .claude/ directory:
.claude/ACTIVE_CONTEXT.md - Current state, updated each session.claude/DECISIONS.md - Architectural decisions log, append-onlyThese files are created by projectsetup skill or can be created manually.
At session start, using-superpowers triggers context load automatically.
At Phase 3 completion, development-workflow triggers context save.
User can manually trigger load/save at any time.
[Claude reads ACTIVE_CONTEXT.md]
Pokračuji kde jsme skončili:
- Branch: feature/forgot-password
- Stav: Deploy script s rollback dokončen
- Další krok: Merge do main a deploy
Mohu pokračovat s merge, nebo potřebuješ něco jiného?
User: "ulož kontext"
Claude: Aktualizuji session context...
Co bylo dokončeno tuto session?
→ [user odpovídá nebo Claude shrne]
[Claude zapíše do ACTIVE_CONTEXT.md]
Bylo učiněno nějaké architektonické rozhodnutí k zalogování?
→ [pokud ano, zapíše do DECISIONS.md]
✅ Kontext uložen.
User: "zaloguj rozhodnutí o databázi"
Claude: Loguji rozhodnutí...
## 2025-12-01: Migrace z SQLite na PostgreSQL
**Kontext:** Potřeba concurrent writes pro background jobs
**Rozhodnutí:** PostgreSQL 15 s connection pooling
**Alternativy:** SQLite s WAL mode, MySQL, MongoDB
**Důvod:** Robustnost, podpora pro JSONB, zkušenosti týmu
✅ Rozhodnutí zalogováno do .claude/DECISIONS.md
development
Builds a pre-launch social proof strategy through structured beta programs using D'Souza Brain Audit interviews. Use when launching new products/services and need compelling testimonials, planning a beta cohort, designing interview questions to harvest objection-busting social proof, improving video testimonials for landing pages, or designing case studies with metrics. Trigger phrases include "beta tester program for testimonials", "pre-launch social proof", "Brain Audit testimonial framework", "case study harvest", "reverse testimonial", "video testimonial mechanics", "social proof landing page", "sběr referencí", "beta tester program", "testimonial pro landing page", "social proof před launchem", "rozhovor s klientem", "case study sběr", "reference před spuštěním". NOT for ongoing case study production (use growth-hacking case-study approach), offer design (use offer-creation), or conversion optimization (use ux-optimization).
development
Use when planning a product launch and the product type is unclear or could be either generic (SaaS/app/physical) or info-product. Routes between marketing:launch-strategy (generic launches) and marketing:info-product-launch (courses, memberships, ebooks, cohorts, communities). Trigger phrases - "launch", "spuštění", "go-to-market", "product launch", "release strategy", "uvedení na trh", "launch plan", "spuštění produktu", "launch sequence", "launch strategy". Do NOT trigger when product type is already clear (use specific skill directly).
testing
Specialized 8-week launch cadence for info-products — online courses, cohort programs, memberships, communities, ebooks, masterminds. Combines Jeff Walker's Product Launch Formula (Seed/Internal/JV variants, PLC sequence, open-cart day-by-day) with Stu McLaren's membership mechanics (closed cart, Success Path) and Hormozi Grand Slam Offer stacking. Use when planning "launch online kurzu", "info-product launch", "PLF launch", "course launch", "membership launch", "cohort launch", "ebook launch", "open cart close cart", "8-week launch of online course", "beta cohort to launch sequence", "spuštění kurzu", "launch členské sekce", "open cart strategie". Differentiates from marketing:launch-strategy (generic SaaS/app launches) — info-product-specific. NOT for SaaS launches, physical products, or services.
development
Use when releasing an Expo/React Native mobile app to App Store and Google Play - covers eas submit, ASC "Submit for Review", Play promote Internal→Production, OTA update, and decoding common silent failures (Apple agreement expiry, missing English locale, Background Location declaration, web bundle failure on react-native-maps).