Claude Skill

second-brain-project

Set up or update a project in the vault: the four-stage folder pipeline, a project-scoped CLAUDE.md with one goal, and links to the concept pages it depends on. Use this skill when the user starts something new they will work on over time, says "create a project", "set up a folde

LLM Mart · 0 points · 0 views 0 listing impressions 0 install-command copies
Virus-scanned Reviewed automatically before listing.

Full trust report

Download undefined-ui-second-brain-os-skills_second-brain-project-347feee.zip · 1 KB
Part of undefined-ui/second-brain-os — 18 skills

Install

skills CLI npx skills add https://github.com/undefined-ui/second-brain-os/tree/main/skills/second-brain-project
Claude Code claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install undefined-ui-second-brain-os@llmmart
Git git clone https://github.com/undefined-ui/second-brain-os.git

The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole undefined-ui/second-brain-os collection as a plugin from our marketplace. Git is the plain clone.

Skill manifest

Set up a project

The knowledge layer answers what you know. The project layer answers what you are doing this week. Merging them fills a wiki with dead task lists and buries working files under conceptual notes.

Core rule

One goal per project, stated in its own CLAUDE.md. A project with three goals is three projects.

Workflow

  1. Interview if needed. What this produces, for whom, by when, and what the agent's role is. Vague answers produce a file that makes every future session worse.
  2. Create the folders: Inputs/, Process/, Outputs/, Feedback/.
  3. Write the project CLAUDE.md: what this is, the one goal with a date, your role, working rules, current state. Name what the agent should not do here as well.
  4. Link the knowledge layer. Find concept pages the project depends on and reference them from the project file. Copy into Inputs/ only the few that genuinely matter.
  5. Register it in the root CLAUDE.md project list.

Output format

Project: <name>
Goal: <one measurable outcome with a date>
Folders created: Inputs, Process, Outputs, Feedback
Concept pages linked: <list>
Agent role: <one line>

Calibration

Feedback/ is the folder people skip and the one that makes the system improve. If the user has no idea what would go in it, that is worth surfacing: it usually means the goal is not measurable yet.

Do not create a project for work that finishes this week. That is a task.

Files (second-brain-os)
  • SKILL.md 2 KB
    ---
    name: second-brain-project
    description: >-
      Set up or update a project in the vault: the four-stage folder pipeline, a
      project-scoped CLAUDE.md with one goal, and links to the concept pages it
      depends on. Use this skill when the user starts something new they will work on
      over time, says "create a project", "set up a folder for X", or asks to define
      the goal and structure of ongoing work. Do NOT use for one-off tasks, for wiki
      pages about a topic, or for scoping an existing project down to work in it.
    ---
    
    # Set up a project
    
    The knowledge layer answers what you know. The project layer answers what you
    are doing this week. Merging them fills a wiki with dead task lists and buries
    working files under conceptual notes.
    
    ## Core rule
    
    One goal per project, stated in its own `CLAUDE.md`. A project with three goals
    is three projects.
    
    ## Workflow
    
    1. **Interview if needed.** What this produces, for whom, by when, and what the
       agent's role is. Vague answers produce a file that makes every future session
       worse.
    2. **Create the folders:** `Inputs/`, `Process/`, `Outputs/`, `Feedback/`.
    3. **Write the project `CLAUDE.md`:** what this is, the one goal with a date,
       your role, working rules, current state. Name what the agent should not do
       here as well.
    4. **Link the knowledge layer.** Find concept pages the project depends on and
       reference them from the project file. Copy into `Inputs/` only the few that
       genuinely matter.
    5. **Register it** in the root `CLAUDE.md` project list.
    
    ## Output format
    
    ```
    Project: <name>
    Goal: <one measurable outcome with a date>
    Folders created: Inputs, Process, Outputs, Feedback
    Concept pages linked: <list>
    Agent role: <one line>
    ```
    
    ## Calibration
    
    `Feedback/` is the folder people skip and the one that makes the system improve.
    If the user has no idea what would go in it, that is worth surfacing: it usually
    means the goal is not measurable yet.
    
    Do not create a project for work that finishes this week. That is a task.
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related