Kimmy's Skills

Bootstrapping

Guide a project from intent to a working skeleton. Decide what to build, then generate it.

Workflow

  1. Probe / Scan. If the project already exists, scan the workspace first — read existing README, AGENTS.md, CONTRIBUTING.md, .gitignore, CI/CD config, directory structure, and any conventions already in place. Summarize what exists and what is missing. If the project is new, probe the user for project type, scale, tech stack, and existing preferences, style guides, or conventions.
  2. Recommend. Based on the scan or probe results, propose a set of artifacts to create and their priority (P0-P3). For existing projects, skip artifacts already present. Read references/project-artifacts.md for the catalog.
  3. Confirm. Align the scope with the user. Let the user choose which artifacts to create and adopt or override the recommended principles.
  4. Generate. Create the agreed artifacts, one at a time. Apply the principles in references/core-principles.md, the conventions in references/software-conventions.md for software projects, and the artifact catalog in references/project-artifacts.md.

References

Constraints