claude/skills/new-project/SKILL.md
Create a new project in the Obsidian thoughts vault
npx skillsauth add kainakamura/dotfiles new-projectInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Create a new project in the Obsidian thoughts vault with full scaffolding.
$ARGUMENTS for slug and optional group path~/repos/thoughts/projects/<group-path>/<slug>/mkdir -p)<slug>.md -- hub file (the project name, matching the folder) with this content:
---
tags: [project]
---
- [[<slug>/problem|problem]]
- [[<slug>/iterations|iterations]]
problem.md -- prompt user for problem statement; include a backlink nav at the top: [[<slug>/<slug>|<slug>]]iterations.md -- empty with header # Iterationsiteration-01/log.md -- with header # Iteration 01 Log and initial entryiteration-01/progress.md -- from checkpoint templateiteration-01/{understanding,concepts,plan,implementation}/~/repos/thoughts/repos/**/<name>.md to find an existing repo file[[repos/<org>/<name>|<name>]]~/repos/thoughts/repos/<org>/<name>.md:
tags: [repo] and github: https://github.com/<org>/<name>Repos: heading in the hub body~/repos/thoughts/README.md under the ## Projects heading: - [slug](projects/<group-path>/<slug>/<slug>.md): one-line problem summarycd to itproblem.md has problem statementcontent-media
Run the engineering design process autonomously across multiple iterations
testing
Audit the Obsidian thoughts vault for orphans, unresolved links, isolated hubs, and structural issues
development
Research the codebase to build understanding of the problem, writing findings to an understanding artifact
testing
Read specified project files and summarize them to load context into the session