Fix: Convention improvement from issue #7#8
Merged
Conversation
Added a mandatory checkpoint to linear-project-management skill that requires invoking the linear-project-description-reviewer agent before creating any Linear project. This ensures all project descriptions are validated against Linear conventions and provide comprehensive context for agents. Changes: - Added "🚨 MANDATORY CHECKPOINT - Linear Project Creation" section - Enforces review workflow: draft → review → address feedback → create - References linear-project-description-reviewer subagent - Prevents agents from skipping review step Implements convention improvement from issue #7. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
RasmusGodske
approved these changes
Nov 20, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR implements the convention improvement proposed in issue #7 by adding a mandatory checkpoint for reviewing Linear project descriptions before creation.
Changes Made
File Modified:
project-roles/skills/linear-project-management/SKILL.mdAdded a new section "🚨 MANDATORY CHECKPOINT - Linear Project Creation" that:
linear-project-description-reviewersubagent before creating any Linear projectWhy This Improvement
Before this change, the skill provided excellent guidance on WHAT makes a good project description, but did not include a mandatory checkpoint to GET IT REVIEWED before creation. Without an explicit "STOP - invoke reviewer before creating" instruction, agents naturally proceeded straight to creating the project after drafting the description.
This checkpoint ensures every Linear project provides comprehensive context for Claude Code agents working on its issues, maintaining the same level of rigor as code reviews.
Related Issue
Fixes #7
🤖 Generated with Claude Code