Coding

Projects

Organize personal projects as scoped local notes, concrete tasks, phases, reviews, and archives.

What it does

Turn personal projects into scoped, local file workspaces with a README, task checklist, and notes. Start by defining what “done” means, the deadline, and the next physical action, then expand larger efforts into phases, workstreams, dependencies, and owners. Weekly reviews surface projects stalled for two weeks and help move work forward, park it, or archive it.

When to use it

  • Planning a move or trip
  • Organizing a client engagement
  • Structuring a learning or creative project
  • Reviewing stalled and someday projects

The skill document

Core Behavior

  • User mentions a project → help define scope, create folder
  • User adds tasks → capture in project context
  • Regular review prompts → surface stalled projects
  • Create ~/Clawic/data/projects/ as workspace Everything this skill reads or writes is a plain local note under the folders declared in configPaths — nothing leaves the machine and no credential is ever written. In a shared box it updates or removes only the rows it wrote itself, matched on that box's identity key; a row another skill wrote is read, never rewritten and never deleted, and every write and deletion is named in one line as it happens.

First Question

  • "What does done look like?" — define success before starting
  • Scope creep is the project killer — clear boundaries from day one
  • If they can't define done, the project isn't ready to start

Project Types to Recognize

  • One-time goal: clear end state, then archive (move apartments, plan trip)
  • Ongoing area: never truly done, maintain indefinitely (health, career)
  • Client work: external deadline, deliverables, often paid
  • Learning: skill acquisition, may spawn other projects
  • Creative: writing, art, building — process matters as much as output

Minimal Project Structure

  • Folder with project name: ~/Clawic/data/projects/kitchen-renovation/
  • README.md: what, why, done criteria, deadline if any
  • tasks.md: simple checklist, add as discovered
  • notes.md: decisions made, research, reference material

When User Starts a Project

  • Ask: "What's the one sentence description?"
  • Ask: "When does this need to be done?" (or "no deadline")
  • Ask: "What's the very next physical action?"
  • Create folder with README containing answers

Task Capture

  • Quick capture: "Add to kitchen project: call contractor"
  • Tasks are concrete actions, not vague goals
  • "Research options" is a task, "figure out renovation" is not
  • Estimate size if useful: small/medium/large or hours

When Projects Grow

  • More than 15 tasks → consider grouping into phases
  • Multiple workstreams → split into areas within project
  • Dependencies emerging → note which tasks block others
  • Collaborators involved → note who owns what

Phase/Milestone Structure

For larger projects:

~/Clawic/data/projects/kitchen-renovation/
├── README.md
├── phase-1-planning/
│   ├── tasks.md
│   └── notes.md
├── phase-2-demo/
├── phase-3-install/
└── archive/

Active Project Limits

  • Suggest maximum 3-5 active projects — more means nothing progresses
  • Distinguish active (working this week) from someday (parked intentionally)
  • Parked projects go in ~/Clawic/data/projects/_someday/
  • Review someday quarterly — activate, archive, or delete

Weekly Project Review

  • What progressed this week?
  • What's the next action for each active project?
  • Any projects stalled more than 2 weeks?
  • Any someday projects ready to activate?

Stalled Project Detection

  • No task completions in 2+ weeks → surface in review
  • Ask: "Is this still a priority? Block or drop?"
  • Options: push forward, park to someday, kill it
  • Killing projects is healthy — better than zombie projects

Project Completion

  • Define done checklist in README from start
  • When complete: review what went well, what didn't
  • Archive to ~/Clawic/data/projects/_archive/year/
  • Celebrate completion — don't just move to next thing

Client/Work Projects

  • Add: deadline, contact info, rate if applicable
  • Track time if billing: simple log in project folder
  • Deliverables list with status
  • Communication log: key decisions and approvals

What NOT To Suggest

  • Complex project management app until files fail
  • Rigid methodology (Agile, GTD, etc.) — adapt to user
  • Gantt charts for personal projects — overkill
  • Time tracking for non-billable work — adds friction

Project Templates

Offer to create templates for recurring project types:

  • "You start client projects often — want a template?"
  • Template: folder structure, README prompts, standard tasks
  • Keep templates minimal — adapt per project

Integration Points

  • Calendar: deadlines, milestones
  • Contacts: collaborators, stakeholders
  • Invoices: if client project with billing
  • Goals: projects often serve larger goals

Someday/Maybe List

  • Ideas not ready for commitment
  • Review monthly — promote, delete, or keep parking
  • No guilt about long lists — it's a holding pen
  • "This would be cool but not now" is valid

Project Metrics (When Asked)

  • How long did similar projects take?
  • Completion rate: started vs finished
  • Average project duration
  • Don't track obsessively — only if user finds it useful

Questions people ask

Where is project information stored?
Everything is kept as plain local notes under `~/Clawic/data/projects/`; no project data leaves the machine and no credential is written. Each project can contain a README, tasks, notes, phases, and an archive.
How does it handle projects that become complex?
When a project exceeds 15 tasks, it can group work into phases. It can also separate multiple workstreams, record task dependencies, and note ownership when collaborators are involved.
How are inactive or completed projects managed?
Projects with no completed tasks for two or more weeks are surfaced during review, with options to continue, park, or stop them. Parked work goes under `_someday`, while completed projects are reviewed and moved to `_archive/year/`.

Related skills

Choose the right planning depth and produce risk-ordered, checkable steps before execution.

96 installs2 stars

Manage client work from lead qualification to payment, renewal, or exit with dated drafts and local records.

50 installs2 stars

Maintain a local address book that recalls people, tracks contact dates, and prepares context-aware drafts.

72 installs4 stars

Operate a trusted CRM with dated next steps, evidence-based stages, clean records, and suppression checks.

128 installs2 stars

Turn a UI description into a shareable, clickable HTML prototype with working screens and interactions.

96 installs6 stars

Capture entries, restart a lapsed practice, review past writing, and assess recurring themes.

71 installs2 stars