project-development-playbook

Apply a consistent delivery workflow across backend and frontend development tasks.

Updated Aug 22, 2025
One-click install
npx skills add https://github.com/Tendo33/python-template --skill project-development-playbook
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-development-playbook
Source: https://github.com/Tendo33/python-template/tree/main/.cursor/skills/project-development-playbook
Command: npx skills add https://github.com/Tendo33/python-template --skill project-development-playbook

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the development process by enforcing consistent workflows and tooling across backend and frontend projects, reducing setup time and improving maintainability.

Core Features & Use Cases

  • Unified Workflow: Provides a clear, step-by-step process for task completion.
  • Tooling Standardization: Enforces common tools like Python, uv, ruff, pytest for backend, and React, TypeScript, Vite, Tailwind for frontend.
  • Verification: Includes commands to run linters, formatters, type checkers, and tests.
  • Use Case: When starting a new feature, use this Skill to ensure all code adheres to project standards and passes all automated checks before committing.

Quick Start

Apply the project development playbook to implement the new user authentication feature.

Frequently Asked Questions about project-development-playbook

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

FAQPage Schema
How do I standardize development workflows across frontend and backend projects?

To standardize development workflows across frontend and backend projects, apply a consistent delivery process enforcing specific tooling like Python, uv, ruff, and pytest for backend, and React, TypeScript, Vite, and Tailwind for frontend.

What is the best way to enforce code quality and testing in a full stack project?

The best way to enforce code quality and testing in a full stack project is to use a unified playbook that verifies code through linting, formatting, type checking, and running pytest before committing new features.

Can I use this workflow standardization with my existing React and Python setup?

You can use this workflow standardization if your React and Python setup aligns with the required stack, specifically utilizing Python 3.10+, uv, ruff, pytest, React, TypeScript, Vite, and Tailwind.

How do I set up a unified verification step for linting and formatting in a Vite and React project?

To set up unified verification for linting and formatting in a Vite and React project, apply the development playbook to execute standardized commands that automatically check code quality and type safety.

Why does my team need a standardized project development playbook?

Your team needs a standardized project development playbook to reduce project setup time and improve maintainability by enforcing consistent workflows and tooling across all backend and frontend development tasks.