Agent skill
nean-nfr
Non-functional requirements checklist for NEAN features
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/nean-nfr
SKILL.md
Purpose
Ensure NEAN stories address NFRs. Complements security policies and stack conventions.
NEAN-specific concerns (always consider)
- PostgreSQL efficiency — query patterns, indexing strategy, pagination for large tables, N+1 query prevention
- Schema migrations — TypeORM migrations need rollback strategy; test migrations in staging first
- API resilience — idempotency keys for mutations, rate limiting on expensive/public endpoints, graceful degradation
- Angular rendering — lazy loading modules, OnPush change detection where appropriate, bundle size monitoring
- Caching — consider caching layer for frequently accessed data (Redis, in-memory); cache invalidation strategy
- Operability — config/env differences, safe rollout/rollback, feature flags if risky, health checks
For standard concerns, output format, and flexibility rules, see /shared-nfr.
NEAN-specific standard concern additions
- Performance: <200ms p95, bundle size budgets
- Reliability: retry logic for external services
- Security/privacy: GDPR considerations
- Observability: structured logging
- Accessibility: ARIA labels on UI changes
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?