linear-discipline
Use this skill when discussing code changes, implementation work, feature status, or when starting/completing development tasks. Reminds about Linear issue tracking discipline - always having an issue in progress before writing code, marking work as done, and creating issues for unexpected scope. Triggers when users mention implementing features, writing code, or checking on work status.
What this skill does
# Linear Discipline Skill
This skill ensures proper Linear issue tracking discipline is maintained throughout development conversations.
## When to Use
Apply this skill when:
- Users mention they're about to start coding something
- Discussing implementation without mentioning a Linear issue
- Users complete work and might forget to update Linear
- Unexpected scope or bugs are discovered during work
- Checking on feature or work status
## Core Discipline Rules
### Rule 1: No Code Without an Issue
**Never write code without a Linear issue in "In Progress" status.**
Before any implementation work:
1. Ensure a Linear issue exists for the work
2. Mark the issue as "In Progress"
3. Only then begin writing code
### Rule 2: Mark Work Complete Immediately
**When work is done, immediately update Linear.**
1. Commit the code changes
2. Mark the Linear issue as "Done"
3. Don't batch status updates
### Rule 3: Sub-Issues Are Mandatory
**A parent issue is NOT done until all sub-issues are done.**
- Track progress at the sub-issue level
- Mark each sub-issue "Done" as completed
- Parent issue stays open until all children complete
### Rule 4: Create Missing Scope
**If you discover work that needs doing but has no issue, create one first.**
- Found a bug? Create a bug issue first
- Need to refactor? Create a refactor issue first
- Missing functionality? Create a sub-issue first
Always: Create issue → Mark "In Progress" → Do work → Mark "Done"
## Gentle Reminders
### When User Says They're Starting Work
> "Before we begin, let's make sure there's a Linear issue for this work. Is there an existing issue we should mark 'In Progress', or should we create one?"
### When User Completes Something
> "Great work! Don't forget to mark the Linear issue as 'Done' to keep tracking accurate."
### When Unexpected Work Appears
> "This looks like new scope. Let's create a sub-issue for it before we implement it, so it's properly tracked."
## Status Flow
```
Todo → In Progress → Done
↓
(If blocked)
↓
Blocked → In Progress → Done
```
## Plan Mode Integration
When using Claude Code's built-in plan mode, Linear tracking happens automatically:
### How It Works
1. **Plan mode entry** - Skill `linear-plan-mode` asks if plan should be tracked in Linear
2. **Plan development** - As you write the plan file, Linear issues are created/updated
3. **Plan sections → Sub-issues** - Each major section becomes a Linear sub-issue
4. **Plan finalization** - Before ExitPlanMode, ensure all sections have issues
### Key Behaviors
- Plan file and Linear stay synchronized throughout planning
- New sections → new sub-issues created
- Modified sections → sub-issues updated
- Removed sections → sub-issues canceled (with confirmation)
### Plan Mode Tools
| Tool | Purpose |
|------|---------|
| `linear-mvp-project-creator` | Creates parent issue + sub-issues from plan |
| `linear-project-context` | Checks for existing feature issues |
| `linear-plan-sync` | Syncs plan file changes to Linear |
For detailed plan mode workflow, see the `linear-plan-mode` skill.
## Integration with Workflow
This discipline integrates with:
- `/planFeature` - Creates properly structured issues
- `/work-on-feature` - Enforces status tracking during execution
- `execute-issue` agent - Automatically manages status transitions
- `linear-plan-mode` skill - Maintains plans in Linear during plan mode
Remember: **Linear is the source of truth. Keep it accurate.**
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.