start

Initialize project state, verify database readiness, and update CLAUDE.md for a development session.

16|2|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/Kibertum/tausik-core --skill start-kibertum
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: start
Source: https://github.com/Kibertum/tausik-core/tree/main/agents/skills/start
Command: npx skills add https://github.com/Kibertum/tausik-core --skill start-kibertum

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Start development sessions efficiently by loading project context, verifying DB readiness, and updating CLAUDE.md to reflect the current state.

Core Features & Use Cases

  • Load current project status and memory blocks to resume work with context.
  • Validate prerequisites (e.g., .tausik/tausik.db) and guide bootstrap if needed.
  • Refresh CLAUDE.md with up-to-date session data and present a concise session dashboard.

Quick Start

Say "start work" to initialize a new development session and load the latest project state.

Frequently Asked Questions about start

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I start a dev session and load project context automatically?▼

To start a dev session and load project context, initialize the current project state to coordinate startup steps across project status, database checks, and CLAUDE.md updates for a ready-to-work context.

What is session initialization and how does it handle project state management?▼

Session initialization is a deterministic flow that loads current project status and memory blocks to resume work with context, while implementing safeguards and presenting a concise session dashboard for active task planning.

How do I verify database readiness and validate prerequisites for a development session?▼

Database readiness is verified by validating prerequisites like the tausik.db file, guiding bootstrap if needed, and coordinating database checks during the session startup flow.

Can I refresh CLAUDE.md with up-to-date session data during project startup?▼

Yes, you can refresh CLAUDE.md with up-to-date session data during project startup to reflect the current state and present a concise session dashboard for active task planning.

Do I need a specific database file to initialize a development session?▼

You need the tausik.db file located in the .tausik directory to initialize a development session, as the skill validates this prerequisite and guides bootstrap if the file is missing.

Why does my project startup flow need safeguards and memory refresh?▼

Project startup flow needs safeguards and memory refresh to ensure deterministic execution, load current project status accurately, and provide a ready-to-work context without losing previous session state.