Skip to content

Conversation

@filmacedo
Copy link
Collaborator

@filmacedo filmacedo commented Jan 21, 2026

Summary

  • Restructure docs folder: replace old prompts/ and planning/ with standardized commands/ and guidelines/
  • Add 9 cursor commands for AI-assisted development workflow
  • Add coding guidelines with architecture rules and conventions

Changes

New commands:

  • /new-feature - Start features from GitHub issues with clarifying questions
  • /prototype-ui - Explore UI approaches before building
  • /cleanup-ai-slop - Remove AI-generated code patterns
  • /commit - Create well-structured commits
  • /test - Run checks and fix failures
  • /review-pr - Pre-review checklist with architecture compliance
  • /create-pr - Create PRs with proper metadata
  • /ship-feature - Post-merge cleanup (WIP)

New guidelines:

  • coding-guidelines.md - Architecture rules, Tailwind rules, TypeScript rules, conventions

Removed:

  • Old prompts/ folder (concepts incorporated into commands)
  • Old planning/ folder (consolidated into guidelines)

Test plan

  • Commands can be copied to ~/.cursor/commands/
  • Guidelines are referenced correctly in commands

Note

Standardizes AI-assisted workflow docs and consolidates documentation structure.

  • Adds shared Cursor commands (/new-feature, /prototype-ui, /cleanup-ai-slop, /commit, /test, /review-pr, /create-pr, /ship-feature) with setup/workflow README
  • Introduces coding-guidelines.md detailing enforced architecture, Tailwind, and TypeScript rules plus conventions
  • Removes legacy prompts/ and planning/ docs, consolidating into commands/ and guidelines/

Written by Cursor Bugbot for commit a26ce08. Configure here.

- Replace prompts folder with standardized cursor commands
- Add coding-guidelines.md with architecture and style rules
- Add new commands: prototype-ui, ship-feature
- Update new-feature with clarifying questions step
- Update review-pr with architecture compliance checks
- Remove old planning docs (consolidated into guidelines)
- Added @0xleal as a default reviewer alongside @simaonogueira101 in the create-pr instructions.
@filmacedo filmacedo self-assigned this Jan 21, 2026
- Included instructions for pushing changes to the remote branch after committing.
- Added confirmation steps to ensure successful push.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants