dev-workflow

Enforce the standard development workflow for the fund-portfolio-bot project.

Updated Nov 7, 2025
One-click install
npx skills add https://github.com/MMorit00/fund-portfolio-bot --skill dev-workflow-mmorit00
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-workflow
Source: https://github.com/MMorit00/fund-portfolio-bot/tree/main/.claude/skills/dev-workflow
Command: npx skills add https://github.com/MMorit00/fund-portfolio-bot --skill dev-workflow-mmorit00

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enforces the standard development workflow for the fund-portfolio-bot project: read docs first, propose a small scoped design, respect version scope, and limit code changes. Use when implementing, modifying, or refactoring functionality in this repository.

Core Features & Use Cases

  • Read relevant context from docs and codebase before making changes.
  • Propose a small scoped design and limit changes to 1–3 files per iteration.
  • Adhere to roadmap scope and verify affected modules/files before coding.

Quick Start

Describe the task scope, identify affected modules, and outline a 1–3 file change plan using the standard workflow.

Frequently Asked Questions about dev-workflow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I enforce a standard development workflow for scoped code changes?

A scoped development workflow requires reading docs and architecture references first, then proposing a small design that limits code changes to 1–3 files per iteration. This approach ensures modifications remain safe, properly documented, and aligned with the project roadmap.

What is the best way to plan feature implementation before modifying code?

The best way to plan feature implementation is to read docs/roadmap.md and related architecture references, identify affected modules, and outline a concise 1–3 file change plan using the standard development workflow before writing any code.

How do I limit code changes during a refactoring task to keep iterations safe?

To limit code changes during refactoring, enforce a strict 1–3 file change limit per iteration and propose a small scoped design based on roadmap documentation. This keeps iterations safe by verifying affected modules before coding and maintaining proper documentation.

Why does my development workflow require reading documentation before coding?

A lean development workflow requires reading docs/roadmap.md and architecture references first to propose properly scoped, well-documented changes. Reading documentation before coding ensures you adhere to roadmap scope and verify affected modules accurately.

Do I need to check the roadmap before modifying functionality in a repository?

Yes, you need to check docs/roadmap.md before modifying functionality to respect version scope and verify affected modules. A standard development workflow requires reading related architecture references to propose a small scoped design before coding.

What are the limitations of enforcing a 1–3 file change limit during development?

The 1–3 file change limit restricts iterations to small scoped changes, preventing large refactors in a single pass. This constraint ensures safety and proper documentation but requires breaking down feature implementation into multiple smaller iterations aligned with the roadmap.