start

Initialize task memory and regenerate the dashboard from TASKS.md.

15|6|Updated Apr 29, 2026
One-click install
npx skills add https://github.com/thClaws/marketplace --skill start-thclaws
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: start
Source: https://github.com/thClaws/marketplace/tree/main/plugins/productivity/skills/start
Command: npx skills add https://github.com/thClaws/marketplace --skill start-thclaws

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bootstraps a thClaws productivity plugin by initializing task memory, preparing the dashboard, and decoding shorthand used in your todos so you can start working immediately.

Core Features & Use Cases

  • Workspace bootstrap: copies the dashboard template to the project root, creates a blank TASKS.md if missing, and prepares the memory and agent structures.
  • Memory-aware startup: reads existing tasks (TASKS.md) to initialize project memory and supports cross-project memory bootstrapping later.
  • Dashboard-first workflow: regenerates the dashboard so it loads tasks and memory on first open.

Quick Start

Copy the dashboard template to the project root, create an empty TASKS.md if missing, regenerate the dashboard, and open dashboard.html.

Frequently Asked Questions about start

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

FAQPage Schema
How do I set up a productivity dashboard for my project tasks?

To set up a productivity dashboard, this skill copies a dashboard template to your project root, creates a blank TASKS.md file if one is missing, and regenerates the dashboard to load your tasks and memory on first open.

What does bootstrapping working memory from a task list do?

Bootstrapping working memory reads your existing TASKS.md file to initialize project memory, preparing the agent structures so your dashboard can immediately display and track your current todos.

Do I need an existing TASKS.md file to initialize the dashboard?

No, you do not need an existing TASKS.md file to initialize the dashboard. The setup process automatically creates an empty TASKS.md file if one is absent before regenerating the dashboard.

Can I decode shorthand in my todos when setting up task memory?

Yes, you can decode shorthand in your todos during setup. The bootstrap process initializes task memory and decodes shorthand used in your todos so you can start working immediately.

What is the best way to start a dashboard-first workflow for automation tasks?

The best way to start a dashboard-first workflow is to run the bootstrap script, which prepares memory structures, ensures dashboard.html exists, and runs the regen_dashboard script to integrate tasks and memory.