Skip to main content

5 posts tagged with "fdd"

View All Tags

FDD Best Practices: Learning from Anti-Patterns

· 3 min read
Max Kaido
Architect

During a recent code review of our shadow portfolio feature, we discovered a concerning pattern where FDD documentation was artificially inflated by duplicating TypeScript type definitions. This experience provides valuable lessons about what makes FDD documentation effective - and what doesn't.

FDD 4-step flow

· 2 min read
Max Kaido
Architect

original discussion: https://chatgpt.com/canvas/shared/680a63d740208191bf079900ab70daf3

🔧 Cursor Rule #1: code → FDD

Rule Name: postfactum-fdd-for-implementation

Trigger: When a module or feature is already implemented and a Feature-Driven Document (FDD) needs to be created.

Action: Generate an FDD that serves as a compressed context snapshot. Avoid architectural evangelism or commentary. This FDD is not for onboarding, it’s a memory prosthetic for the author.