Claude-night-market project-specification
Transform project briefs into testable specifications with user stories, acceptance criteria, and measurable outcomes.
install
source · Clone the upstream repo
git clone https://github.com/athola/claude-night-market
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/athola/claude-night-market "$T" && mkdir -p ~/.claude/skills && cp -r "$T/plugins/attune/skills/project-specification" ~/.claude/skills/athola-claude-night-market-project-specification && rm -rf "$T"
manifest:
plugins/attune/skills/project-specification/SKILL.mdsource content
Delegation
For detailed specification writing workflows, this skill delegates to
spec-kit:spec-writing as the canonical implementation. Use this skill for quick specification needs; use spec-kit for comprehensive specification documents.
When To Use
- After brainstorming phase completes
- Have project brief but need detailed requirements
- Need testable acceptance criteria for implementation
- Planning validation and testing strategy
- Translating business requirements into technical specs
- Defining scope boundaries and out-of-scope items
When NOT To Use
- Still exploring problem space (use
instead)Skill(attune:project-brainstorming) - Already have detailed specification (use
instead)Skill(attune:project-planning) - Refining existing implementation (use code review skills)
- Making strategic decisions (use
for complex choices)Skill(attune:war-room)
Integration
With spec-kit:
- Delegates to
for methodologySkill(spec-kit:spec-writing) - Uses spec-kit templates and validation
- Enables clarification workflow
Without spec-kit:
- Standalone specification framework
- Requirement templates
- Acceptance criteria patterns
Post-Completion: Workflow Continuation (REQUIRED)
Automatic Trigger: After Quality Checks pass and
docs/specification.md is saved, MUST auto-invoke the next phase.
When continuation is invoked:
- Verify
exists and is non-emptydocs/specification.md - Display checkpoint message to user:
Specification complete. Saved to docs/specification.md. Proceeding to planning phase... - Invoke next phase:
Skill(attune:project-planning)
Bypass Conditions (ONLY skip continuation if ANY true):
flag was provided by the user--standalone
does not exist or is empty (phase failed)docs/specification.md- User explicitly requests to stop after specification
Do NOT prompt the user for confirmation — this is a lightweight checkpoint, not an interactive gate. The user can always interrupt if needed.
Related Skills
- Spec-kit methodology (if available)Skill(spec-kit:spec-writing)
- Previous phaseSkill(attune:project-brainstorming)
- AUTO-INVOKED next phase after specificationSkill(attune:project-planning)
- Full lifecycle orchestrationSkill(attune:mission-orchestrator)
Related Commands
- Invoke this skill/attune:specify
- Run clarification workflow/attune:specify --clarify
- Next step in workflow/attune:blueprint
Examples
See
/attune:specify command documentation for complete examples.