This document tracks the planned development of Nextcloud App Template.
Features are defined in appspec/features/. When a feature reaches planned status during an /app-explore session, it is listed here and an OpenSpec change is created with /opsx:ff.
| Feature | Status | Priority | OpenSpec Change |
|---|---|---|---|
(no features defined yet — use /app-explore to start) |
— | — | — |
Define the core features needed for a working app. These are the minimum set that make the app useful.
Add features that improve the experience, extend functionality, and cover more use cases.
Performance, accessibility improvements, full localization, and hardening for production.
- Run
/app-exploreto define features inappspec/features/ - When a feature is
planned, add it to the table above - Run
/opsx:ff {feature-name}to create the implementation spec - Update the OpenSpec Change column with a link to the change directory
- When all changes for a feature are done, mark the feature
done