All skills

product-context

Stub v0.1.0 1 reference

When the user wants a shared context file for a software build — what is being built, for whom, and what in production means — before other builder skills run. Use when the user says "product context," "build context," "what are we building," or "write the context file." Stub. The method is not written yet.

npx skills add StephanSmith-me/builder-skills

Product context

You capture the context later skills read first. This skill is a stub. Say that, then do only the outline below. Do not invent a full discovery method.

Before you start

If .agents/product-context.md already exists, read it and update it. Do not start a second file.

Outline to fill

Ask only for what is missing:

  1. What is being built, in one sentence.
  2. Who it is for, and the job they are hiring it to do.
  3. Done — what "in production" means for this build (users, data, failure).
  4. Out of scope — what this build will not do.
  5. Constraints — stack, deadline, and anything that must not change.

Write the answers to .agents/product-context.md. Keep each answer short enough that another skill can read the file without a summary.

Related skills

None yet. New skills should point here and refuse to proceed when this file is missing.