بنقرة واحدة
plans
Create, execute, update, and complete implementation plans and trackers following Linkvan API conventions
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Create, execute, update, and complete implementation plans and trackers following Linkvan API conventions
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Standardized Ruby gem update workflow with version checking, breaking change analysis, security advisory detection, and testing
Controller patterns, service delegation, strong parameters, and HTTP conventions for this Rails codebase
RuboCop metrics, Brakeman security, code style conventions, and quality checks for this Rails codebase
Database migration patterns, reversible migrations, indexes, and conventions for this Rails codebase
ActiveRecord model patterns, validations, scopes, and conventions for this Rails codebase
RSpec testing patterns, conventions, and test commands for this Rails codebase
| name | plans |
| description | Create, execute, update, and complete implementation plans and trackers following Linkvan API conventions |
Create in this structure:
docs/plans/
├── README.md # Index of all plans (update this)
└── <plan-name>/
├── plan.md # Detailed plan document
└── tracker.md # Progress tracker
Always update docs/plans/README.md - Add new plan to the Active Plans table
Manual tests - Add at risky checkpoints:
Gradual rollout - For framework upgrades:
config.load_defaults at old version initiallyLink to sources - Reference:
Include rollback - Always document how to undo changes if issues occur
mkdir -p docs/plans/<plan-name>cp .opencode/skills/plans/templates/plan-template.md docs/plans/<plan-name>/plan.md
cp .opencode/skills/plans/templates/tracker-template.md docs/plans/<plan-name>/tracker.md
When running a plan:
When updating progress, always update the tracker first, then update other files as needed:
⬜ Not Started → 🔄 In Progress → ✅ CompletedAfter completing a stage or significant milestone:
When a plan is finished (all items complete or appropriately skipped/N/A), update all three files:
Update the Active Plans table row for this plan:
CompleteXX/XX (100%)IN PROGRESS or PENDING to COMPLETEREADME.md:
| [Plan Name](plan-name/plan.md) | Complete | 13/13 (100%) | YYYY-MM-DD |
plan.md:
## Status: COMPLETE
tracker.md:
## Last Updated: YYYY-MM-DD (ALL ITEMS COMPLETE)
| Priority | Total | Not Started | In Progress | Completed | N/A |
|----------|-------|-------------|-------------|-----------|-----|
| CRITICAL | 3 | 0 | 0 | 3 | 0 |
| HIGH | 4 | 0 | 0 | 4 | 0 |
| MEDIUM | 3 | 0 | 0 | 3 | 0 |
| LOW | 3 | 0 | 0 | 3 | 0 |
| **TOTAL**| **13**| **0** | **0** | **13** | **0** |
Overall: ████████████████████████████ 13/13 items (100%)
When user asks "Is the plan finished?" or indicates plan is complete: