aggregate-logs
Generate LEARNINGS.md from skill execution logs over a configurable time window.
Create specs from project briefs with acceptance criteria and testable requirements
> /plugin marketplace add athola/claude-night-marketHow it fires
How this command gets triggered: by you, by Claude, or both.
/specifyContext preview
What this command does when you run it.
Create specs from project briefs with acceptance criteria and testable requirements
name: specify description: "Create specs from project briefs with acceptance criteria and testable requirements" usage: /attune:specify [--input FILE] [--feature NAME]
Transform project briefs into structured, testable specifications with functional requirements and acceptance criteria.
Use this command when you need to:
Avoid this command if:
# Create specification from brainstorm output /attune:specify # Specify with custom input /attune:specify --input docs/project-brief.md # Generate specification for specific feature /attune:specify --feature "user authentication"
1. **Loads project brief** from brainstorm phase 2. **Invokes specification skill** with spec-kit integration 3. **Generates detailed requirements** using structured format 4. **Creates testable acceptance criteria** 5. **Produces specification document** for planning phase
When spec-kit plugin is available:
Without spec-kit:
# 1. Invoke specification skill Skill(attune:project-specification) # 2. Transform brief into structured spec: # - Functional requirements # - Non-functional requirements # - Acceptance criteria # - Technical constraints # - Dependencies # 3. Generate specification document # - Saved to docs/specification.md # - Includes all requirements with testability # 4. Workflow auto-continues (see below)
**After specification completes successfully**, auto-proceed to the next phase unless `--standalone` was specified:
1. **Verify artifact**: Confirm `docs/specification.md` exists and is non-empty 2. **Checkpoint message**: Display brief summary to user:
Specification complete. Saved to docs/specification.md. Proceeding to planning phase...
3. **Auto-invoke next phase**:
Skill(attune:project-planning)
**Bypass Conditions** (skip auto-continuation if ANY true):
Format per requirement:
### FR-001: [Requirement Name] **Description**: Clear description of the requirement **Acceptance Criteria**: - [ ] Given [context], when [action], then [expected result] - [ ] Given [context], when [action], then [expected result] **Priority**: High | Medium | Low **Dependencies**: FR-002, FR-005 **Estimated Effort**: S | M | L | XL
Categories:
Explicitly document what's NOT included to prevent scope creep.
/attune:brainstorm --domain "web application" /attune:specify
**Output**: `docs/specification.md`
# Technical Debt Tracker - Specification ## Overview **Purpose**: Provide systematic technical debt tracking integrated with GitHub **Scope**: - IN: GitHub issue integration, debt prioritization, reporting - OUT: Multi-platform support, custom integrations, AI recommendations **Stakeholders**: - Development teams (primary users) - Tech leads (debt review and prioritization) - Engineering managers (reporting and metrics) ## Functional Requirements ### FR-001: GitHub Issue Discovery **Description**: Automatically discover and categorize technical debt from GitHub issues **Acceptance Criteria**: - [ ] Given a repository with issues, when scanning is triggered, then all issues with `tech-debt` label are imported - [ ] Given imported issues, when categorizing, then each is assigned a debt type (code quality, architecture, security, performance) - [ ] Given categorized issues, when displaying, then issues are grouped by type and priority **Priority**: High **Dependencies**: None **Estimated Effort**: M ### FR-002: Debt Prioritization Framework **Description**: Calculate priority score for each debt item based on impact and eff
A plugin marketplace for Claude Code. Install only the plugins you need to run git workflows, code review, spec-driven development, and autonomous agents from inside your Claude Code session.
Generate LEARNINGS.md from skill execution logs over a configurable time window.
Analyze skill file complexity metrics and generate modularization recommendations for splitting or progressive loading.
Scaffold new Claude Code skills with brainstorming, TDD methodology, and proper frontmatter and module structure.