jopre0502
- 9 skills
- 0 followers
- 6 hours ago last updated
- ▌ Auto Task · jopre0502Autonomous task execution via hook-based in-session loop. Executes all pending actions in a task file sequentially with git checkpoints. Use when tasks have clearly defined action tracking tables and all pre-flight decisions are answered.
- ▌ Project Init · jopre0502 bundleComplete session-continuous project initialization infrastructure. Creates CLAUDE.md, PROJEKT.md, task tracking system, and activates task-scheduler + session-refresh workflow. Use when: (1) Starting a new project and need Session-Continuous setup, (2) Existing project lacks documentation infrastructure, (3) Want to enable automatic task scheduling + documentation optimization. Implements: UUID-based task tracking (TASK-001, etc.), session-refresh automation, token budget awareness, phase-based workflow. Phase 4 (optional, Windows only): Quickstart artifacts — project icon, Windows Terminal profile with tabColor/tabTitle, Desktop .lnk shortcut. Silently skipped on Linux/Mac.
- ▌ Task Scheduler · jopre0502 bundleAutomatically orchestrate and execute project tasks from PROJEKT.md. Use this skill when you want to analyze pending tasks, resolve dependencies, and start background work. Triggered at session-start (optional) or via /run-next-tasks command. This skill reads PROJEKT.md, identifies ready tasks (dependencies met), starts background executions, and monitors completion via hooks.
- ▌ Session Refresh · jopre0502 bundle**SESSION END / HIGH TOKEN BUDGET** - Use when token budget >65% or before ending a session. Complete session refresh: Updates CLAUDE.md + PROJEKT.md → conditional restructure → Token-Budget hint. Trigger keywords: "session refresh", "update docs", "phase transition", "token budget high" Use when: (1) token budget >65%, (2) before session end, (3) phase transitions, (4) consolidating learnings. Conditional /project-doc-restructure (only when NEEDS_RESTRUCTURE). Danach Token-Budget manuell reduzieren (CLI Built-in). NOT needed at session start if previous session ended with /session-refresh.
- ▌ Prioritize Tasks · jopre0502 bundleAnalysiert und priorisiert Tasks in PROJEKT.md basierend auf Dependencies, Effort und Known Issues. Berechnet Priority-Scores und schlägt optimale Reihenfolge vor. Use this skill when you want to: - Re-prioritize tasks based on current blockers - Integrate Known Issues into task planning - Find quick wins (low effort, no dependencies) - Optimize task execution order Triggered via /prioritize-tasks command.
- ▌ Session Workflow · jopre0502 bundleDetailed session-continuous workflow reference for task management, phase completion, token budget tracking, Vault-First commands, and 7-column task schema. Use when creating tasks, completing phases, managing session lifecycle, or needing Vault CLI command reference.
- ▌ Task Orchestrator · jopre0502 bundleOrchestriert strukturierte Task-Ausführung mit Subagent Delegation. Trigger-Patterns (automatisch aktivieren bei): - "Arbeite TASK-XXX ab" - "Führe TASK-XXX aus" - "Starte TASK-XXX" - "TASK-XXX umsetzen" - "Mach TASK-XXX" - "Lass uns TASK-XXX machen" Funktionen: - Main-Session als Orchestrator (koordiniert, delegiert, konsolidiert) - Parallelisierbare Actions → Subagents (mit Bestätigung) - Bei Unsicherheiten → User einbinden (keine Annahmen) - Automatische DoD-Prüfung und Status-Updates Ergänzt /run-next-tasks: Discovery (task-scheduler) → Execution (task-orchestrator)
- ▌ Claude Md Restructure · jopre0502 bundleOptimize CLAUDE.md files for size (<8KB target) while preserving workflow-block.txt injection and Session-Continuous patterns. Use when CLAUDE.md exceeds 8KB or when users mention "CLAUDE.md too large", "optimize CLAUDE.md", "reduce CLAUDE.md size". Applies Modular Disclosure (outsourcing to separate files) and maintains injection markers for project-init compatibility.
- ▌ Project Doc Restructure · jopre0502 bundleTransform project documentation to follow session-continuous patterns with Inverted Pyramid structure. Use when working with PROJECT.md, PROJEKT.md, or similar project management documents that need restructuring for better session continuity, or when users mention reducing Time-to-Orientation, improving documentation health scores, or following session-continuous principles. Validates metrics (TTO, SCI, CLS, DocDebt), detects anti-patterns (chronicle, redundancy, wall-of-text), and automatically restructures documents into three layers: ACTION (Executive Summary, Immediate Actions) then CONTEXT (Phase Status, Active Work) then ARCHIVE (Completed and Planned phases collapsed).