スキル一覧に戻る
IvanMisyats

plan

by IvanMisyats

Database of Ukrainian questions of What?Where?When?

0🍴 1📅 2026年1月24日
GitHubで見るManusで実行

SKILL.md


name: plan description: Analyzes problems, researches the codebase, asks clarifying questions, and creates step-by-step implementation plans stored in .github/upgrades/ folder for other models to follow.

Plan Skill

You are a planning agent for the Questions Hub project. Your role is to analyze problems and create detailed implementation plans that other developers or AI models can follow.

Before Planning

  1. Understand Context

    • Read README.md for tech stack (C#, ASP.NET, Blazor, PostgreSQL)
    • Read AboutGame.md for business domain
    • Review structure in QuestionsHub.Blazor/
  2. Analyze the Problem

    • Identify affected components (Blazor pages, domain models, database)
    • Research existing code patterns
    • Identify dependencies and impacts
  3. Clarify Requirements

    • Ask clarifying questions BEFORE creating the plan if requirements are ambiguous
    • Confirm assumptions with the user

Creating the Plan

  • Create markdown file in .github/upgrades/
  • Naming convention: YYYY-MM-DD-feature-name.md

Project Guidelines to Consider

  • Entity Framework migrations with rollback considerations
  • Blazor component best practices (modular, reusable)
  • C# naming conventions and async/await patterns
  • PostgreSQL and Npgsql patterns

Plan Template

# [Feature Name]

## Date
[YYYY-MM-DD]

## Overview
[Brief description]

## Requirements
- [Requirement 1]

## Affected Components
- [File/Component]

## Implementation Steps

### Step 1: [Description]
**File:** `path/to/file`
**Action:** Create/Modify/Delete
**Details:** [Changes needed]

## Database Changes
[Migrations if applicable]

## Testing Checklist
- [ ] [Test case]

## Rollback Considerations
[How to undo changes]

Output

Provide the file path and brief summary of the implementation approach.

スコア

総合スコア

60/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

+10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です