journeydoc-add-story

Generate markdown tutorial pages, Playwright test blocks, and pull requests for Conduction applications.

1|1|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/ConductionNL/shillinq --skill journeydoc-add-story
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: journeydoc-add-story
Source: https://github.com/ConductionNL/shillinq/tree/main/.claude/skills/journeydoc-add-story
Command: npx skills add https://github.com/ConductionNL/shillinq --skill journeydoc-add-story

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill eliminates the manual overhead of scaffolding new tutorial pages, test blocks, and sidebar configurations for Conduction-based applications, ensuring consistent documentation structure.

Core Features & Use Cases

  • Automated Scaffolding: Generates markdown tutorial pages, Playwright test blocks, and handles sidebar positioning in one command.
  • Workflow Integration: Automatically creates a Git branch, commits the changes, and opens a Pull Request for the new documentation story.
  • Use Case: A developer needs to add a new user guide for a specific feature; this skill handles the file creation, test instrumentation, and PR submission, allowing the developer to focus solely on writing the content.

Quick Start

Use the journeydoc-add-story skill to add a new user tutorial titled Search the catalogue to the opencatalogi app.

Frequently Asked Questions about journeydoc-add-story

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate tutorial documentation creation for Conduction apps?

Automated tutorial documentation creation for Conduction apps is handled by scaffolding markdown pages, Playwright test blocks, and sidebar configurations. This process generates user guides while simultaneously creating end-to-end test cases for the new feature.

How do I generate Playwright test cases when adding new Docusaurus pages?

Generating Playwright test cases for new Docusaurus pages is automated alongside markdown file creation. The skill scaffolds the test blocks and updates test specifications, ensuring your documentation has corresponding end-to-end test instrumentation immediately.

Do I need an existing journeydoc environment to scaffold new tutorial pages?

Yes, an existing journeydoc-bootstrapped environment is required to scaffold new tutorial pages. This prerequisite ensures the proper directory structure and test integration are in place before generating new markdown files and test blocks.

Can I automate git branch creation and pull requests for new documentation stories?

Automating git branch creation and pull requests for new documentation stories is a core workflow integration feature. The skill automatically creates a branch, commits the markdown and test changes, and opens a Pull Request for the new story.

What is the best way to expand user and admin guides for Conduction-based applications?

The best way to expand user and admin guides for Conduction-based applications is through automated scaffolding. This approach creates markdown tutorial pages, handles sidebar positioning, and manages version control workflows in one command, ensuring consistent documentation structure.

Why does the documentation generation process include end-to-end test cases?

The documentation generation process includes end-to-end test cases to ensure tutorials remain functional and accurate. By scaffolding Playwright test blocks alongside markdown pages, the workflow verifies that documented user journeys continue to work as described.