Imported from johnalbertini14-glitch/openclaw-skills (
skills/khamalismadie/fswe/references/feature-ownership/SKILL.md). Install upstream withnpx skills add johnalbertini14-glitch/openclaw-skills --skill feature-ownership. Copyright stays with the author.
End-to-End Feature Ownership
Feature Lifecycle
┌──────────┐ ┌──────────┐ ┌──────────┐ ┌──────────┐
│Discover │──►│Design │──►│Implement │──►│Deploy │
└──────────┘ └──────────┘ └──────────┘ └──────────┘
│
▼
┌──────────┐
│Monitor │
└──────────┘
Ownership Checklist
Discovery
- Understand user problem
- Research existing solutions
- Define success metrics
Design
- Write technical spec
- Get sign-off from stakeholders
- Identify dependencies
Implementation
- Break into tasks
- Write code
- Add tests
Deployment
- Deploy to staging
- Test in staging
- Deploy to production
Monitoring
- Verify metrics
- Watch for errors
- Gather feedback
Release Readiness
- Code reviewed
- Tests passing
- Documentation updated
- Metrics dashboard ready
- Rollback plan prepared
Post-Release
- Monitor for 24-48 hours
- Gather user feedback
- Document learnings
- Plan follow-up improvements