feature-workflow
Feature planning, specification, phased implementation, progress tracking, per-phase PRs, and archival workflow. Use when starting a new feature, creating spec documents, breaking work into phases, tracking progress, managing PRs, or archiving completed specs.
What this skill does
# Feature Workflow Comprehensive guide for planning, specifying, implementing, and archiving features. Contains 19 rules across 6 categories, derived from 18+ completed feature specs. ## When to Apply Reference these guidelines when: - Starting a new feature or migration - Creating or updating a spec document - Breaking work into implementation phases - Tracking progress within a spec - Deciding PR scope and branch strategy - Completing a feature and archiving the spec ## Rule Categories by Priority | Priority | Category | Impact | Prefix | |----------|----------|--------|--------| | 1 | Spec Structure & Content | CRITICAL | `spec-` | | 2 | Phase Design | CRITICAL | `phase-` | | 3 | Progress Tracking | HIGH | `tracking-` | | 4 | PR Strategy | HIGH | `pr-` | | 5 | Archival | MEDIUM | `archive-` | | 6 | Workflow Collaboration | MEDIUM | `workflow-` | ## Quick Reference ### 1. Spec Structure & Content (CRITICAL) - `spec-structure` - Required spec document structure (title, metadata, ToC, sections) - `spec-content-sections` - What each section must contain (Executive Summary, Goals, Architecture, Plan, Testing, Criteria) - `spec-current-state-analysis` - Always start with current state: code inventory, problems with evidence - `spec-living-document` - Update spec throughout implementation, never delete history ### 2. Phase Design (CRITICAL) - `phase-zero-foundation` - Phase 0 is always foundation/infrastructure work - `phase-decomposition` - Break work into independently reviewable, shippable phases - `phase-dependency-ordering` - Order phases by dependency chain ### 3. Progress Tracking (HIGH) - `tracking-status-indicators` - Use consistent status indicators and progress trackers - `tracking-completion-reports` - Write completion reports per phase - `tracking-metrics-tables` - Include before/after metrics tables ### 4. PR Strategy (HIGH) - `pr-target-develop-branch` - **CRITICAL**: feature PRs always target `develop`, never `main` - `pr-per-phase-strategy` - One PR per phase for reviewability - `pr-branch-naming` - Branch naming follows GitFlow conventions - `pr-scope-and-review` - Keep PRs focused with clear scope documentation ### 5. Archival (MEDIUM) - `archive-when-to-archive` - Archive after all phases complete and PRs merged - `archive-preservation-format` - Preserve completion notes, learnings, and metrics ### 6. Workflow Collaboration (MEDIUM) - `workflow-collaboration-loop` - Iterative planning between AI and developer - `workflow-spec-placement` - Place specs under the relevant package .claude/ directory - `workflow-iteration-patterns` - How to iterate when requirements change ## Core Workflow 1. **Discovery** - Developer describes the feature/problem 2. **Analysis** - Explore codebase, document current state 3. **Proposal** - Draft spec with architecture and phases 4. **Review** - Developer reviews, provides feedback 5. **Refinement** - Update spec based on feedback 6. **Approval** - Developer confirms plan 7. **Implementation** - Phase-by-phase with per-phase PRs 8. **Archive** - Move completed spec, capture learnings ## How to Use Read individual rule files for detailed explanations and code examples: ``` rules/spec-structure.md rules/phase-decomposition.md rules/tracking-status-indicators.md rules/pr-per-phase-strategy.md rules/archive-when-to-archive.md rules/workflow-collaboration-loop.md ``` Each rule file contains: - Brief explanation of why it matters - Incorrect example (anti-pattern) - Correct example (best practice) ## Full Compiled Document For the complete guide with all rules expanded: `AGENTS.md`
Related in Data & Analytics
clawarr-suite
IncludedComprehensive management for self-hosted media stacks (Sonarr, Radarr, Lidarr, Readarr, Prowlarr, Bazarr, Overseerr, Plex, Tautulli, SABnzbd, Recyclarr, Unpackerr, Notifiarr, Maintainerr, Kometa, FlareSolverr). Deep library exploration, analytics, dashboard generation, content management, request handling, subtitle management, indexer control, download monitoring, quality profile sync, library cleanup automation, notification routing, collection/overlay management, and media tracker integration (Trakt, Letterboxd, Simkl).
querying-soql
IncludedSOQL query generation, optimization, and analysis with 100-point scoring. Use this skill when the user needs SOQL/SOSL authoring or optimization: natural-language-to-query generation, relationship queries, aggregates, query-plan analysis, and performance or safety improvements for Salesforce queries. TRIGGER when: user writes, optimizes, or debugs SOQL/SOSL queries, touches .soql files, or asks about relationship queries, aggregates, or query performance. DO NOT TRIGGER when: bulk data operations (use handling-sf-data), Apex DML logic (use generating-apex), or report/dashboard queries.
app-store-optimization
IncludedApp Store Optimization (ASO) toolkit for researching keywords, analyzing competitor rankings, generating metadata suggestions, and improving app visibility on Apple App Store and Google Play Store. Use when the user asks about ASO, app store rankings, app metadata, app titles and descriptions, app store listings, app visibility, or mobile app marketing on iOS or Android. Supports keyword research and scoring, competitor keyword analysis, metadata optimization, A/B test planning, launch checklists, and tracking ranking changes.
habit-flow
IncludedAI-powered atomic habit tracker with natural language logging, streak tracking, smart reminders, and coaching. Use for creating habits, logging completions naturally ("I meditated today"), viewing progress, and getting personalized coaching.
app-store-optimization
IncludedApp Store Optimization (ASO) toolkit for researching keywords, analyzing competitor rankings, generating metadata suggestions, and improving app visibility on Apple App Store and Google Play Store. Use when the user asks about ASO, app store rankings, app metadata, app titles and descriptions, app store listings, app visibility, or mobile app marketing on iOS or Android. Supports keyword research and scoring, competitor keyword analysis, metadata optimization, A/B test planning, launch checklists, and tracking ranking changes.
visualizing-data
IncludedBuilds dashboards, reports, and data-driven interfaces requiring charts, graphs, or visual analytics. Provides systematic framework for selecting appropriate visualizations based on data characteristics and analytical purpose. Includes 24+ visualization types organized by purpose (trends, comparisons, distributions, relationships, flows, hierarchies, geospatial), accessibility patterns (WCAG 2.1 AA compliance), colorblind-safe palettes, and performance optimization strategies. Use when creating visualizations, choosing chart types, displaying data graphically, or designing data interfaces.