What problem does it solve?
OpenContext users need a consistent, centralized way to capture new ideas or problem statements and register them in the global contexts root without editing local workspace docs. This Skill provides a safe, guided workflow to propose, validate, and persist new concepts within the OpenContext repository.
Core Features & Use Cases
- Guided idea capture: facilitates turning a raw concept into a structured OpenContext entry with mandatory frontmatter name and description.
- Safe placement: ensures new documents are created under the global contexts root and registered via the oc CLI.
- Lifecycle alignment: supports folder path inference, slug creation, and document population in a repeatable way for research teams.
Quick Start
Define your idea title and problem statement, then follow the OpenContext CLI steps to register the document:
- Create target folder with oc folder create <folder_path> -d "<folder_description>"
- Register new document with oc doc create <folder_path>/<slug>.md -d "<title>"
- Populate the document with the frontmatter name and description from this Skill.