{"id":6333,"date":"2021-07-04T14:12:00","date_gmt":"2021-07-04T14:12:00","guid":{"rendered":"https:\/\/titanapps.io\/blog\/?p=6333"},"modified":"2025-07-18T16:12:44","modified_gmt":"2025-07-18T16:12:44","slug":"free-processes-template-library","status":"publish","type":"post","link":"https:\/\/titanapps.io\/blog\/free-processes-template-library","title":{"rendered":"Free Processes Template Library"},"content":{"rendered":"\n<section class=\"note\" style=\"background: #ffefd3\">\n  <div class=\"note-heading\">\n    <img loading=\"lazy\" decoding=\"async\" width=\"160\" height=\"160\" src=\"https:\/\/titanapps.io\/blog\/wp-content\/uploads\/2025\/06\/1f448.png\" class=\"note-heading__image\" alt=\"\" srcset=\"https:\/\/titanapps.io\/blog\/wp-content\/uploads\/2025\/06\/1f448.png 160w, https:\/\/titanapps.io\/blog\/wp-content\/uploads\/2025\/06\/1f448-150x150.png 150w, https:\/\/titanapps.io\/blog\/wp-content\/uploads\/2025\/06\/1f448-24x24.png 24w, https:\/\/titanapps.io\/blog\/wp-content\/uploads\/2025\/06\/1f448-36x36.png 36w, https:\/\/titanapps.io\/blog\/wp-content\/uploads\/2025\/06\/1f448-48x48.png 48w\" sizes=\"(max-width: 160px) 100vw, 160px\" \/>    <span class=\"note__label\">Hint: Navigate here <\/span>\n  <\/div>\n      <div class=\"note__text\">\n        <p>Use left table of contexts to navigate inside the processes template library <\/p>\n    <\/div>\n  <\/section>\n\n\n\n<h2 class=\"wp-block-heading\">Engineering &amp; Product teams<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Code Review Template<\/h3>\n\n\n\n<div class=\"copy-template preview\">\n        <div class=\"copy-template__inputs\">\n        <label for=\"toggle\" class=\"copy-template__label-one active copy-template__label\">Preview<\/label>\n        <input class=\"copy-template__checkbox\" type=\"checkbox\" id=\"toggle\">\n        <label for=\"toggle\" class=\"copy-template__label-two copy-template__label\">Markdown view<\/label>\n      <\/div>\n      <img loading=\"lazy\" decoding=\"async\" class=\"copy-template__image\" src=\"https:\/\/titanapps.io\/blog\/wp-content\/uploads\/2025\/06\/Screenshot-2025-06-23-at-13.25.22-e1751634382799.png\" alt=\"\" width=\"2005\" height=\"1284\">\n        <div class=\"copy-template__lines\">\n    <div class=\"copy-template__top\"><\/div>\n    <div class=\"copy-template__markdown\">\n      <p># Code formatting check<br \/>\n&#45; Are alignments, proper white space, and easily identifiable code block starting and ending points present?<br \/>\n&#45; Has the developer followed correct naming conventions?<br \/>\n&#45; Can the code fit on a standard laptop screen? You shouldn\u2019t need to scroll diagonally on a 14\u2019\u2019 screen.<br \/>\n## Architecture check<br \/>\n&#45; Is it split between presentation, business, and data layers?<br \/>\n&#45; Is it split into files based on technology?<br \/>\n&#45; Is it working with existing technologies and patterns?<br \/>\n## Coding best practices check<br \/>\n&#45; Is the code using constants?<br \/>\n&#45; Are similar values grouped under an enumeration?<br \/>\n&#45; Are the comments informative and beneficial? Do they explain what is being done?<br \/>\n&#45; Is there an excess of if\/else blocks?<br \/>\n&#45; Is the code relying on framework features wherever possible rather than relying on custom solutions?<br \/>\n## Maintainability check<br \/>\n&#45; Is the code easily readable by a human being?<br \/>\n&#45; Is the code easily tested?<br \/>\n&#45; Can it be refactored into a separate function?<br \/>\n&#45; Are there flow of control, parameter, and data exception details necessary for debugging?<br \/>\n&#45; Are configurable files kept in place? There must not be a need to make changes if the data changes frequently.<br \/>\n## Reusability check<br \/>\n&#45; Are the same principles not repeated more than once?<br \/>\n&#45; Are reusable services and functions used when applicable?<br \/>\n## Security check<br \/>\n&#45; Validation against SQL injections<br \/>\n&#45; Validation against XSS<br \/>\n&#45; Is sensitive data encrypted?<br \/>\n## Scalability check<br \/>\n&#45; Is the code scalable?<br \/>\n## Useability check<br \/>\n&#45; Is the solution usable from the user\u2019s POV?<br \/>\n## Performance check<br \/>\n&#45; Is the correct data type used?<br \/>\n&#45; Lazy loading, asynchronous and parallel processing<br \/>\n&#45; Caching and session\/application data<\/p>\n    <\/div>\n    <div class=\"copy-template__bottom\"><\/div>\n  <\/div>\n  <button class=\"copy-template__copy btn btn-primary\">\n    <i class=\"icon-copy\"><\/i>\n    Copy the template    <span class=\"copy-template__copied\">Copied<\/span>\n  <\/button>\n<\/div>\n\n\n\n<h3 class=\"wp-block-heading\">DoD (Definition of Done) Template<\/h3>\n\n\n\n<div class=\"copy-template preview\">\n        <div class=\"copy-template__inputs\">\n        <label for=\"toggle\" class=\"copy-template__label-one active copy-template__label\">Preview<\/label>\n        <input class=\"copy-template__checkbox\" type=\"checkbox\" id=\"toggle\">\n        <label for=\"toggle\" class=\"copy-template__label-two copy-template__label\">Markdown view<\/label>\n      <\/div>\n      <img loading=\"lazy\" decoding=\"async\" class=\"copy-template__image\" src=\"https:\/\/titanapps.io\/blog\/wp-content\/uploads\/2025\/06\/Definition-of-Done-template.png\" alt=\"\" width=\"1600\" height=\"1174\">\n        <div class=\"copy-template__lines\">\n    <div class=\"copy-template__top\"><\/div>\n    <div class=\"copy-template__markdown\">\n      <p>## Definition of Done<br \/>\n-**Code complete.** All code has been written and reviewed, and all necessary functionality has been implemented.<br \/>\n-**Code coverage.** All code has been tested and meets the required code coverage threshold.<br \/>\n-**Code quality.** Code has been written using the required standards, conventions, and best practices.<br \/>\n-**Integration.** Code has been integrated into the main branch, and all integration issues have been resolved.<br \/>\n-**Security:** The software has been tested for security vulnerabilitie,s and all issues have been resolved.<br \/>\n-**Performance:** The software has been tested for performance and scalability, and all issues have been resolved.<br \/>\n-**Peer review.** The code is reviewed by the peers.<br \/>\n-**System testing.** The software has been tested end-to-end, and all system tests have passed.<br \/>\n-**Regression testing.** All previously implemented functionality has been tested, and regression tests have been passed.<br \/>\n-**Documentation.** All necessary documentation has been written, reviewed, and approved, including user manuals, API documentation, and system documentation.<br \/>\n-**Acceptance testing.** The functionality has been demonstrated to the product owner or customer and has been approved.<br \/>\n-**Deployment:** The software has been successfully deployed to the production environment, and all deployment issues have been resolved.<\/p>\n    <\/div>\n    <div class=\"copy-template__bottom\"><\/div>\n  <\/div>\n  <button class=\"copy-template__copy btn btn-primary\">\n    <i class=\"icon-copy\"><\/i>\n    Copy the Template    <span class=\"copy-template__copied\">Copied<\/span>\n  <\/button>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Management Team <\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">OKRs Template<\/h3>\n\n\n\n<div class=\"copy-template preview\">\n        <div class=\"copy-template__inputs\">\n        <label for=\"toggle\" class=\"copy-template__label-one active copy-template__label\">Preview<\/label>\n        <input class=\"copy-template__checkbox\" type=\"checkbox\" id=\"toggle\">\n        <label for=\"toggle\" class=\"copy-template__label-two copy-template__label\">Markdown view<\/label>\n      <\/div>\n      <img loading=\"lazy\" decoding=\"async\" class=\"copy-template__image\" src=\"https:\/\/titanapps.io\/blog\/wp-content\/uploads\/2025\/06\/Screenshot-at-Jun-27-10-08-12.png\" alt=\"\" width=\"1626\" height=\"1390\">\n        <div class=\"copy-template__lines\">\n    <div class=\"copy-template__top\"><\/div>\n    <div class=\"copy-template__markdown\">\n      <p>## **Define Objectives (by YYYY-MM-DD)**<br \/>\n&#45; Identify 3\u20135 high-level objectives for the quarter<br \/>\n&#45; Ensure each objective is clear, inspiring, and outcome-focused<br \/>\n&#45; Align objectives with company or team strategy<br \/>\n&#45; Confirm buy-in from key stakeholders<br \/>\n&#45; Record final objectives in your team\u2019s documentation<br \/>\n## **Set Key Results for Each Objective (by YYYY-MM-DD)**<br \/>\n&#45; Define 2\u20134 measurable key results for each objective<br \/>\n&#45; Focus on outcomes, not outputs (avoid tasks or deliverables)<br \/>\n&#45; Assign clear metrics and targets (e.g., 15% growth in X)<br \/>\n&#45; Review measurability and ambition level<br \/>\n&#45; Finalize and document key results for each objective<br \/>\n## **Assign Ownership (by YYYY-MM-DD)**<br \/>\n&#45; Assign an owner for each objective<br \/>\n&#45; Assign contributors or responsible parties for each key result<br \/>\n&#45; Tag all owners in the Jira work item<br \/>\n&#45; Confirm that everyone understands their role<br \/>\n## **Review and Align With Stakeholders (by YYYY-MM-DD)**<br \/>\n&#45; Schedule an OKRs review session<br \/>\n&#45; Walk through all objectives and key results with the team<br \/>\n&#45; Collect feedback and adjust if needed<br \/>\n&#45; Mark final approval and share across relevant channels<br \/>\n## **Set Check-In Schedule and Track Progress**<br \/>\n&#45; Choose the check-in frequency (weekly\/bi-weekly)<br \/>\n&#45; Add check-in dates to calendar or project tracker<br \/>\n&#45; Define a method for tracking progress (manual, automated, etc.)<br \/>\n&#45; Clarify how progress will be reported (e.g., checklist status, custom fields)<br \/>\n&#45; Share check-in expectations with the team<br \/>\n## **Track Progress on Key Result: [Insert KR Title Here]**<br \/>\n&#45; Define success criteria and baseline metrics<br \/>\n&#45; Break down the key result into actionable steps<br \/>\n&#45; Assign responsibilities and deadlines for each step<br \/>\n&#45; Add links to relevant documents, dashboards, or data sources<br \/>\n&#45; Start implementation<br \/>\n&#45; Log weekly check-in notes or blockers<br \/>\n&#45; Adjust plan or targets if needed<br \/>\n&#45; Mark each sub-step as completed<br \/>\n&#45; Review progress against targets by YYYY-MM-DD<br \/>\n&#45; Document outcome and score the key result<br \/>\n&#45; Add insights and improvement notes for the next cycle<br \/>\n## **Close and Evaluate at End of Period (by YYYY-MM-DD)**<br \/>\n&#45; Review each objective and its key results<br \/>\n&#45; Score each key result based on completion and impact<br \/>\n&#45; Document lessons learned and improvement ideas<br \/>\n&#45; Archive the checklist or move it to a \u201cCompleted OKRs\u201d section<br \/>\n&#45; Use insights to inform planning for the next cycle<\/p>\n    <\/div>\n    <div class=\"copy-template__bottom\"><\/div>\n  <\/div>\n  <button class=\"copy-template__copy btn btn-primary\">\n    <i class=\"icon-copy\"><\/i>\n    Copy the Template    <span class=\"copy-template__copied\">Copied<\/span>\n  <\/button>\n<\/div>\n\n\n\n<h3 class=\"wp-block-heading\">Stakeholders Annual Report<\/h3>\n\n\n\n<div class=\"copy-template preview\">\n        <div class=\"copy-template__inputs\">\n        <label for=\"toggle\" class=\"copy-template__label-one active copy-template__label\">Preview<\/label>\n        <input class=\"copy-template__checkbox\" type=\"checkbox\" id=\"toggle\">\n        <label for=\"toggle\" class=\"copy-template__label-two copy-template__label\">Markdown view<\/label>\n      <\/div>\n      <img loading=\"lazy\" decoding=\"async\" class=\"copy-template__image\" src=\"https:\/\/titanapps.io\/blog\/wp-content\/uploads\/2025\/06\/Screenshot-at-Jun-27-10-24-48.png\" alt=\"\" width=\"1708\" height=\"1442\">\n        <div class=\"copy-template__lines\">\n    <div class=\"copy-template__top\"><\/div>\n    <div class=\"copy-template__markdown\">\n      <p># Define Scope &#038; Objectives<br \/>\n## Review last year\u2019s report for structure and key insights.<br \/>\n&#45; Define the key goals of {{report_year}}<br \/>\n&#45; Identify stakeholders and required contributors, add the list to [the table](https:\/\/docs.google.com\/sheets\/)<br \/>\n&#45; Set deadlines for data collection and report completion.<br \/>\n# Draft Executive Summary<br \/>\n## Provide a high-level overview of the company\u2019s performance for the year.<br \/>\n&#45; Collect input from leadership.<br \/>\n&#45; Review financial and operational summaries.<br \/>\n&#45; Provide a high-level overview of the company\u2019s performance for the year.<br \/>\n&#45; Highlight key successes, challenges, and strategic decisions.<br \/>\n&#45; Summarize financial and operational trends.<br \/>\n&#45; Add summary section to the {{report_year}} in [the folder](https:\/\/drive.google.com\/drive\/folders\/1114)<br \/>\n&#45; Validate the summary with [key stakeholders list](https:\/\/docs.google.com\/sheets\/)<br \/>\n# Collect &#038; Analyze Business Metrics<br \/>\n## Gather financial, operational, and strategic KPIs.<br \/>\n&#45; Pull revenue, profit, and expense data.<br \/>\n&#45; Review customer retention, engagement, and productivity metrics.<br \/>\n&#45; Prepare data visualization (charts &#038; tables)<br \/>\n&#45; Save data in [the folder](https:\/\/drive.google.com\/drive\/folders\/1111)<br \/>\n&#45; Add analysis section to the {{report_year}} in [the folder](https:\/\/drive.google.com\/drive\/folders\/1114)<br \/>\n# Summarize Strategic Initiatives<br \/>\n## Document key projects and initiatives from the past year and their business impact.<br \/>\n&#45; Identify the top 3-5 initiatives with measurable impact.<br \/>\n&#45; Validate business outcomes with project owners.<br \/>\n&#45; Create a summary of achievements with supporting data.<br \/>\n&#45; Add relevant section to the {{report_year}} in [the folder](https:\/\/drive.google.com\/drive\/folders\/1114)<br \/>\n# Document Key Challenges &#038; Insights<br \/>\n## Identify major obstacles encountered during the year.<br \/>\n&#45; Gather feedback from stakeholders on challenges faced.<br \/>\n&#45; Save feedback notes for {{report_year}} in [the folder](https:\/\/drive.google.com\/drive\/folders\/1113)<br \/>\n&#45; Document process inefficiencies and corrective actions.<br \/>\n&#45; Suggest improvements for next year.<br \/>\n&#45; Add relevant section to the {{report_year}} in [the folder](https:\/\/drive.google.com\/drive\/folders\/1114)<br \/>\n# Define Future Objectives<br \/>\n## Establish 3-5 strategic goals for the upcoming year.<br \/>\n&#45; Define SMART objectives (Specific, Measurable, Achievable, Relevant, Time-bound).<br \/>\n&#45; Identify resources needed for goal execution.<br \/>\n&#45; Assign accountability to key teams.<br \/>\n&#45; Add relevant section the {{report_year}} in [the folder](https:\/\/drive.google.com\/drive\/folders\/1114)<br \/>\n# Collect &#038; Incorporate Stakeholder Feedback<br \/>\n## Review input from investors, executives, and employees.<br \/>\n&#45; Conduct stakeholder feedback sessions.<br \/>\n&#45; Save recordings in [the folder](https:\/\/drive.google.com\/drive\/folders\/1114)<br \/>\n&#45; Document suggestions and key takeaways.<br \/>\n&#45; Incorporate relevant insights into the final {{report_year}} in [the folder](https:\/\/drive.google.com\/drive\/folders\/1114)<br \/>\n# Compile Supporting Evidence<br \/>\n## Attach relevant financial reports, project summaries, and performance data.<br \/>\n&#45; Validate all data sources for accuracy.<br \/>\n&#45; Attach visual reports (dashboards, charts, etc.).<br \/>\n&#45; Review attachments for completeness.<br \/>\n&#45; Save all data in [the folder](https:\/\/drive.google.com\/drive\/folders\/1114)<br \/>\n# Conduct Final Review &#038; Submit Report<br \/>\n## Review the full report for consistency and accuracy.<br \/>\n&#45; Validate report with key stakeholders &#45; [list](https:\/\/railsware.slack.com\/files\/1111)<br \/>\n&#45; Obtain necessary approvals.<br \/>\n&#45; Distribute report [to relevant parties](https:\/\/docs.google.com\/sheets\/)<\/p>\n    <\/div>\n    <div class=\"copy-template__bottom\"><\/div>\n  <\/div>\n  <button class=\"copy-template__copy btn btn-primary\">\n    <i class=\"icon-copy\"><\/i>\n    Copy the Template    <span class=\"copy-template__copied\">Copied<\/span>\n  <\/button>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Operations Team <\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Vendor Evaluation Template<\/h3>\n\n\n\n<div class=\"copy-template preview\">\n        <div class=\"copy-template__inputs\">\n        <label for=\"toggle\" class=\"copy-template__label-one active copy-template__label\">Preview<\/label>\n        <input class=\"copy-template__checkbox\" type=\"checkbox\" id=\"toggle\">\n        <label for=\"toggle\" class=\"copy-template__label-two copy-template__label\">Markdown view<\/label>\n      <\/div>\n      <img loading=\"lazy\" decoding=\"async\" class=\"copy-template__image\" src=\"https:\/\/titanapps.io\/blog\/wp-content\/uploads\/2025\/06\/Screenshot-at-Jun-26-18-22-52.png\" alt=\"\" width=\"1702\" height=\"1286\">\n        <div class=\"copy-template__lines\">\n    <div class=\"copy-template__top\"><\/div>\n    <div class=\"copy-template__markdown\">\n      <p>## Background Verification<br \/>\n&#45; Verify vendor\u2019s registration and legal status.<br \/>\n&#45; Check for relevant certifications or compliance (e.g., ISO, GDPR).<br \/>\n## References and Reviews<br \/>\n&#45; Collect references from previous clients.<br \/>\n&#45; Analyze customer reviews or ratings.<br \/>\n## Capabilities Assessment<br \/>\n&#45; Assess vendor\u2019s product or service capabilities against project requirements.<br \/>\n&#45; Review vendor\u2019s technical support and customer service structure.<br \/>\n## Risk Analysis<br \/>\n&#45; Identify potential risks (financial stability, supply chain reliability).<br \/>\n&#45; Review vendor\u2019s contingency plans for unforeseen disruptions.<br \/>\n## Documentation and Policies<br \/>\n&#45; Request and review vendor policies, including return, warranty, and privacy policies.<br \/>\n&#45; Confirm alignment with company compliance requirements.<\/p>\n    <\/div>\n    <div class=\"copy-template__bottom\"><\/div>\n  <\/div>\n  <button class=\"copy-template__copy btn btn-primary\">\n    <i class=\"icon-copy\"><\/i>\n    Copy the Template    <span class=\"copy-template__copied\">Copied<\/span>\n  <\/button>\n<\/div>\n\n\n\n<h3 class=\"wp-block-heading\">Business Travel Management Template<\/h3>\n\n\n\n<div class=\"copy-template preview\">\n        <div class=\"copy-template__inputs\">\n        <label for=\"toggle\" class=\"copy-template__label-one active copy-template__label\">Preview<\/label>\n        <input class=\"copy-template__checkbox\" type=\"checkbox\" id=\"toggle\">\n        <label for=\"toggle\" class=\"copy-template__label-two copy-template__label\">Markdown view<\/label>\n      <\/div>\n      <img loading=\"lazy\" decoding=\"async\" class=\"copy-template__image\" src=\"https:\/\/titanapps.io\/blog\/wp-content\/uploads\/2025\/06\/Screenshot-at-Jun-27-10-04-55-e1751634357180.png\" alt=\"\" width=\"1410\" height=\"1032\">\n        <div class=\"copy-template__lines\">\n    <div class=\"copy-template__top\"><\/div>\n    <div class=\"copy-template__markdown\">\n      <p># Ticket structure<br \/>\n\u2013 Link this process to the Support Help ticket as `caused by`<br \/>\n\u2013 Link this process to [Travel Epic](https:\/\/jira.atlassian.com\/) as `included in` to have all travel processes in one place<br \/>\n# Check the submitted travel preferences first<br \/>\n\u2013 Collect and review submitted travel preferences submitted through the [helpdesk](https:\/\/confluence.atlassian.com\/servicedesk\/)<br \/>\n> \u2013 Tickets land in Slack in #travel-help<br \/>\n> \u2013 It\u2019s preferable to communicate and clarify all details in comments in the Help ticket so that someone else can continue the process if you can\u2019t do this.<br \/>\n\u2013 Check if everything is okay with [docs](https:\/\/drive.google.com\/drive) (e.g. passport is valid)<br \/>\n\u2013 Check if the request is within the budget [here](https:\/\/lookerstudio.google.com\/)<br \/>\n> \u2013 Policy: Business Travel<br \/>\n> \u2013 Data range: This year<br \/>\n\u2013 If needed, provide visa support<br \/>\n> Use **Support** Smart Checklist Template to proceed<br \/>\n\u2013 Research options for accommodation and transportation based on submitted preferences and dates of the trip<br \/>\n\u2013 Set up a call or communicate asynchronously to confirm travel dates, accommodation, and transportation options before booking<br \/>\n# Daily Allowance<br \/>\n\u2013 By referring to the [policy](https:\/\/confluence.atlassian.com\/), calculate how much the daily allowance, taxi, and other expenses related to the business trip would cost<br \/>\n\u2013 Submit a [coverage ticket](https:\/\/jira.atlassian.com\/)<br \/>\n# Price research<br \/>\n\u2013 Algorithm of the research in detail<br \/>\n>* Check on dedicated search sites<br \/>\n>* Re-check on aggregators<br \/>\n>* Check exact flights directly with the flight company<br \/>\n\u2013 Dedicated search sites<br \/>\n>* google.com\/flght<br \/>\n>* kayak.com<br \/>\n>* http:\/\/skyscanner.com<br \/>\n\u2013 Aggregators<br \/>\n>* mytickets.ae<br \/>\n>* kiwi.com<br \/>\n>* orbitz.com<br \/>\n>* expedia.com<br \/>\n>* anywayanyday.com<br \/>\n\u2013 Search for the best ticket options that we already use<br \/>\n> * [LOT](https:\/\/www.lot.com\/ua\/en\/)<br \/>\n> * [Wizzair](https:\/\/wizzair.com\/#\/)<br \/>\n> * [Ryanair](https:\/\/www.ryanair.com\/us\/en)<br \/>\n# Transportation booking<br \/>\n\u2013 Buy tickets<br \/>\n> Consider the [policy](https:\/\/confluence.atlassian.com\/policy) and [these price ranges](https:\/\/docs.google.com\/spreadsheets\/) when selecting the best tickets option<br \/>\n> * Double-check time and date<br \/>\n> * Use the requestor\u2019s international passport information<br \/>\n> * All tickets should be sent to email@company.com<br \/>\n> * Fill in VAT details to receive an invoice for the company.<br \/>\n> * Pay via company account<br \/>\n\u2013 Send tickets and online check-in page, the reservation number, and email to email@company.com<br \/>\n> Save the ticket and change the name of the file:<br \/>\n> \u2013 YYYY-MM-DD \u2013 Name \u2013 flight itinerary<br \/>\n\u2013 Make pay tickets for tickets<br \/>\n> Add step-by-step instructions<br \/>\n# Accommodation booking<br \/>\n`Travel to the USA:`<br \/>\n\u2013 Book hotel\/accommodation<br \/>\n> \u2013 If a person is attending a conference, check with the event organizer for any partner hotels offering special offers or discounts.<br \/>\n\u2013 After receiving the booking confirmation, follow up with a phone call to the hotel to ensure that the hotel has charged the card on file for the entire duration of the trip.<br \/>\n`Travel to any other location:`<br \/>\n\u2013 Go to **Airbnb**<br \/>\n> * Login with our credentials<br \/>\n> * Choose English and USD currency<br \/>\n> * Choose the city, dates, and number of people<br \/>\n> * Open filters and select:<br \/>\n>> Entire place<br \/>\n>> Apartment<br \/>\n>> Instant book<br \/>\n>> Self check-in (preferable)<br \/>\n>> Free cancellation (preferable)<br \/>\n> * Choose an apartment within our budget and that follows our policy and align it with the submitted preferences<br \/>\n\u2013 Book the apartment<br \/>\n> * Check dates and number of people<br \/>\n> * Choose \u201cWork trip\u201d<br \/>\n> * Choose \u201cBook this place for someone else\u201d<br \/>\n> * Insert email address and press **Add**<br \/>\n> * if a requestor is not on the list, they must create an Airbnb account*<br \/>\n> * Press **Save**<br \/>\n> * Choose\/indicate payment method and billing details if needed<br \/>\n> * Pay via company credit card; it\u2019s indicated in the process description.<br \/>\n> * Check cancellation policy once again<br \/>\n> * Confirm and pay<br \/>\n\u2013 If Airbnb is not available, use Booking.com<br \/>\n\u2013 Instructions for **Booking.com**<br \/>\n> * Login with our credentials<br \/>\n> * Choose English and USD currency<br \/>\n> * Choose the hotel or apartment for the needed dates that fit the budget in the policy and align with the submitted preferences<br \/>\n> * Proceed to booking<br \/>\n> * Provide the requestor\u2019s details to the booking<br \/>\n> * In the special request text block, ask about the invoice. Also, choose \u201cI would like an invoice for my company at check-out.\u201d<br \/>\n> * Pay via company credit card; it\u2019s indicated in the process description<br \/>\n\u2013 Make pay tickets for lodging booking<br \/>\n\u2013 Insert pay tickets into the ticket\u2019s description or in the comments<br \/>\n# City Tax<br \/>\nIf the trip is to a European country, the hotel may charge a [City tax](https:\/\/visitukraine.today\/blog\/2616\/which-countries-have-introduced-tourist-taxes-and-fees). It is paid at the hotel.<br \/>\n\u2013 Need to raise a Refund ticket<br \/>\n# Provide the requestor with all the needed info before arrival<br \/>\n\u2013 Share the travel itinerary with the requestor via email or Slack<br \/>\n\u2013 Send a link for a check-in, remind to check in in advance online<br \/>\n> Every Airline has a different link for check-in; find it on the airline website<br \/>\n\u2013 Provide lodging booking details and notify that the apartment is booked; they will communicate with the host on their own<br \/>\n\u2013 Share your personal number, and Telegram\/WhatsApp for the requestor to contact you for any reason<br \/>\n# Upon Arrival<br \/>\n\u2013 Check if a person checked in to the hotel\/apartment<br \/>\n\u2013 Check if no extra charges were applied<br \/>\n\u2013 Remind them of the check-out time and provide check-out guidelines<br \/>\n## For office visitors<br \/>\n\u2013 Show the office to them<br \/>\n> For office visitors \u2013 share the [guide](https:\/\/drive.google.com\/drive)<br \/>\n\u2013 Provide them with the wi-fi access and make sure that it works properly<br \/>\n\u2013 Show the desk they can use<br \/>\n\u2013 Provide them with any [tech equipment if needed](https:\/\/confluence.atlassian.com\/servicedesk\/)<br \/>\n\u2013 On the 1st day, take the requestor for lunch and\/or dinner, and\/or organize a group of team members to go for lunch or dinner together<br \/>\n\u2013 Suggest places to visit and see while in the city<br \/>\n>* See [this guide](https:\/\/drive.google.com\/drive) to get local tips on what places to visit, where to eat, and other important stuff<br \/>\n# Before Departure<br \/>\n\u2013 Remind about the departure date and time<br \/>\n\u2013 Collect an access card<br \/>\n\u2013 Advise to arrive at the airport at least 2 hours before departure time<br \/>\n# Feedback<br \/>\n\u2013 Ask to provide inputs and feedback at this [link](https:\/\/docs.google.com\/forms)<\/p>\n    <\/div>\n    <div class=\"copy-template__bottom\"><\/div>\n  <\/div>\n  <button class=\"copy-template__copy btn btn-primary\">\n    <i class=\"icon-copy\"><\/i>\n    Copy the Template    <span class=\"copy-template__copied\">Copied<\/span>\n  <\/button>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Human Resources Team  <\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Position Opening Template<\/h3>\n\n\n\n<div class=\"copy-template preview\">\n        <div class=\"copy-template__inputs\">\n        <label for=\"toggle\" class=\"copy-template__label-one active copy-template__label\">Preview<\/label>\n        <input class=\"copy-template__checkbox\" type=\"checkbox\" id=\"toggle\">\n        <label for=\"toggle\" class=\"copy-template__label-two copy-template__label\">Markdown view<\/label>\n      <\/div>\n      <img loading=\"lazy\" decoding=\"async\" class=\"copy-template__image\" src=\"https:\/\/titanapps.io\/blog\/wp-content\/uploads\/2025\/06\/Screenshot-at-Jun-27-10-27-26.png\" alt=\"\" width=\"1620\" height=\"1330\">\n        <div class=\"copy-template__lines\">\n    <div class=\"copy-template__top\"><\/div>\n    <div class=\"copy-template__markdown\">\n      <p>### Update the Hiring Team<br \/>\n&#45; Identify people who have access to the salary info (contact {{recruiter}})<br \/>\n&#45; Create a private channel in Slack for discussions, use the following naming: \u201chire-job-position\u201d (e.g., hire-product-lead)<br \/>\n&#45; Invite the hiring team members to the Slack channel<br \/>\n### Position discovery<br \/>\n&#45; Do deep research, learn what you can by reading and asking people. You need to confidently operate the main terms relevant to the position before you start the session (see [presentation] or the [explanatory video])<br \/>\n&#45; For new, hard-to-fill positions, or leadership positions, conduct research on how other companies are hiring for such roles. Check how other companies do it through searching for articles\/approaches, videos, or [Mock interviews](https:\/\/www.thebalancemoney.com\/how-to-use-mock-interviews-to-practice-interviewing-2061626)<br \/>\n&#45; Review job boards that can be used for posting a vacancy or sourcing candidates<br \/>\n> -if it makes sense to use [Djinni](https:\/\/djinni.co\/developers\/) &#45; approve it with @MD<br \/>\n> -if there are paid platforms that you can use for posting, approve the posting with @HiringManager in [Slack channel]. Mention the price and explain why posting on that platform will be useful for hiring<br \/>\n&#45; Prepare a list of questions for the Position discovery session in the corresponding Interview distribution matrix, \u201cInterview checklist\u201d tab<br \/>\n&#45; Schedule the Position discovery session (1-3h, depending on the role). If the team cannot come up with the list of projects, schedule +1h.<br \/>\n### Job Description<br \/>\n&#45; Prepare a job description using [this guide](insert your link)<br \/>\n&#45; Define job title, responsibilities, and requirements<br \/>\n&#45; Outline key qualifications, skills, and experience needed<br \/>\n&#45; Include salary range and benefits (if applicable)<br \/>\n&#45; Approve the JD draft with the hiring team. Ask them to review the structure and content, NOT the grammar<br \/>\n&#45; Review the JD draft with the @ContentWriter<br \/>\n### Vacancy posting<br \/>\n&#45; Post on the company website<br \/>\n&#45; Post on job boards (LinkedIn, Indeed, etc.)<br \/>\n&#45; Post on social media channels<br \/>\n&#45; Post internal referrals and employee networks<br \/>\n&#45; Add vacancy to the applicant tracking system (ATS)<br \/>\n### Tracking &#038; Follow-up<br \/>\n&#45; Monitor application responses<br \/>\n&#45; Ensure compliance with equal opportunity policies<br \/>\n&#45; Review applications against job requirements<br \/>\n&#45; Filter out unqualified candidates<br \/>\n&#45; Prioritize top candidates for further evaluation<br \/>\n### Candidate Screening &#038; Shortlisting<br \/>\n&#45; Consult hiring managers for input on top candidates<br \/>\n&#45; Prepare a structured shortlist (e.g., top 5\u201310 candidates)<br \/>\n&#45; Notify shortlisted candidates and schedule interviews<br \/>\n&#45; Send rejection emails to unqualified candidates<\/p>\n    <\/div>\n    <div class=\"copy-template__bottom\"><\/div>\n  <\/div>\n  <button class=\"copy-template__copy btn btn-primary\">\n    <i class=\"icon-copy\"><\/i>\n    Copy the Template    <span class=\"copy-template__copied\">Copied<\/span>\n  <\/button>\n<\/div>\n\n\n\n<h3 class=\"wp-block-heading\">Onboarding Template <\/h3>\n\n\n\n<div class=\"copy-template preview\">\n        <div class=\"copy-template__inputs\">\n        <label for=\"toggle\" class=\"copy-template__label-one active copy-template__label\">Preview<\/label>\n        <input class=\"copy-template__checkbox\" type=\"checkbox\" id=\"toggle\">\n        <label for=\"toggle\" class=\"copy-template__label-two copy-template__label\">Markdown view<\/label>\n      <\/div>\n      <img loading=\"lazy\" decoding=\"async\" class=\"copy-template__image\" src=\"https:\/\/titanapps.io\/blog\/wp-content\/uploads\/2025\/07\/Screenshot-at-Jul-04-15-06-09.png\" alt=\"\" width=\"1722\" height=\"1144\">\n        <div class=\"copy-template__lines\">\n    <div class=\"copy-template__top\"><\/div>\n    <div class=\"copy-template__markdown\">\n      <p>## Onboarding<br \/>\n### Before the employee&#8217;s first day:<br \/>\n&#45; Send welcome email to new employee with onboarding details, company policies and procedures.<br \/>\n&#45; Request new hire paperwork and ensure all forms are completed before the first day.<br \/>\n> (Employment agreement, NDA, Data processing agreement)<br \/>\n&#45; Schedule a meeting with HR to discuss benefits, payroll and other HR policies and procedures.<br \/>\n&#45; Schedule a meeting with IT to set up the new employee&#8217;s computer, email, and any necessary software or tools.<br \/>\n&#45; Order any necessary equipment (such as a laptop, phone, etc.).<br \/>\n&#45; Prepare a workstation with necessary supplies (such as a desk, chair, pens, etc.).<br \/>\n### On the employee&#8217;s first day:<br \/>\n&#45; Greet the new employee and introduce them to the team.<br \/>\n&#45; Provide a tour of the office and introduce them to key personnel.<br \/>\n&#45; Review the employee handbook and company policies and procedures.<br \/>\n&#45; Review job responsibilities and expectations.<br \/>\n&#45; Review any necessary training and development opportunities.<br \/>\n### During the first week:<br \/>\n&#45; Schedule check-ins with the new employee to answer any questions and provide support.<br \/>\n&#45; Set up any necessary meetings with team members or managers.<br \/>\n&#45; Review the new employee&#8217;s progress and ensure they have the necessary tools and resources to be successful.<br \/>\n### During the first 30 days:<br \/>\n&#45; Provide ongoing feedback and support to the new employee.<br \/>\n&#45; Schedule a review meeting with the new employee to discuss progress and any necessary adjustments to job responsibilities or expectations.<br \/>\n&#45; Conduct a 30-day performance review and discuss any areas for improvement or growth opportunities.<\/p>\n    <\/div>\n    <div class=\"copy-template__bottom\"><\/div>\n  <\/div>\n  <button class=\"copy-template__copy btn btn-primary\">\n    <i class=\"icon-copy\"><\/i>\n    Copy the Template     <span class=\"copy-template__copied\">Copied<\/span>\n  <\/button>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Marketing Team <\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">Email Campaign Template <\/h3>\n\n\n\n<div class=\"copy-template preview\">\n        <div class=\"copy-template__inputs\">\n        <label for=\"toggle\" class=\"copy-template__label-one active copy-template__label\">Preview<\/label>\n        <input class=\"copy-template__checkbox\" type=\"checkbox\" id=\"toggle\">\n        <label for=\"toggle\" class=\"copy-template__label-two copy-template__label\">Markdown view<\/label>\n      <\/div>\n      <img loading=\"lazy\" decoding=\"async\" class=\"copy-template__image\" src=\"https:\/\/titanapps.io\/blog\/wp-content\/uploads\/2025\/07\/Screenshot-at-Jul-04-13-45-31-e1751634324606.png\" alt=\"\" width=\"1778\" height=\"1283\">\n        <div class=\"copy-template__lines\">\n    <div class=\"copy-template__top\"><\/div>\n    <div class=\"copy-template__markdown\">\n      <p>## Prepare Email Campaign Brief<br \/>\n&#45; Set campaign goals<br \/>\n&#45; Define the target audience (contact list segments)<br \/>\n&#45; Outline the format (a single email\/sequence)<br \/>\n&#45; Specify what the email(s) should be about<br \/>\n&#45; Provide context (i.e., previous campaign results)<br \/>\n## Craft email copy<br \/>\n&#45; Subject line<br \/>\n&#45; Preview text<br \/>\n&#45; Email body copy<br \/>\n&#45; CTAs<br \/>\n&#45; Proofread the email copy<br \/>\n## Make other preparations<br \/>\n&#45; Design the email template<br \/>\n&#45; Prepare links with UTMs<br \/>\n&#45; Segment email list<br \/>\n## Test the email and launch the campaign<br \/>\n&#45; Conduct testing on various platforms<br \/>\n&#45; Verify mobile responsiveness<br \/>\n&#45; Set A\/B testing parameters<br \/>\n&#45; Schedule email send-out<br \/>\n## Analyze results<br \/>\n&#45; Monitor the KPIs<br \/>\n&#45; Check open and click-through rates<br \/>\n&#45; Check the A\/B testing results<br \/>\n&#45; Switch to the best-performing option<br \/>\n&#45; Send follow-up or reminder emails<br \/>\n&#45; Prepare a campaign report<\/p>\n    <\/div>\n    <div class=\"copy-template__bottom\"><\/div>\n  <\/div>\n  <button class=\"copy-template__copy btn btn-primary\">\n    <i class=\"icon-copy\"><\/i>\n    Copy the Template    <span class=\"copy-template__copied\">Copied<\/span>\n  <\/button>\n<\/div>\n\n\n\n<h3 class=\"wp-block-heading\">SEO Research Template <\/h3>\n\n\n\n<div class=\"copy-template preview\">\n        <div class=\"copy-template__inputs\">\n        <label for=\"toggle\" class=\"copy-template__label-one active copy-template__label\">Preview<\/label>\n        <input class=\"copy-template__checkbox\" type=\"checkbox\" id=\"toggle\">\n        <label for=\"toggle\" class=\"copy-template__label-two copy-template__label\">Markdown view<\/label>\n      <\/div>\n      <img loading=\"lazy\" decoding=\"async\" class=\"copy-template__image\" src=\"https:\/\/titanapps.io\/blog\/wp-content\/uploads\/2025\/07\/Screenshot-at-Jul-04-14-04-03.png\" alt=\"\" width=\"1774\" height=\"1146\">\n        <div class=\"copy-template__lines\">\n    <div class=\"copy-template__top\"><\/div>\n    <div class=\"copy-template__markdown\">\n      <p>&#45; **Keyword research**: Identify relevant keywords and phrases that your target audience is searching for.<br \/>\n&#45; **On-page optimization**: Optimize your website content, title tags, meta descriptions, headers, and image alt tags with your target keywords.<br \/>\n&#45; **URL structure**: Use descriptive, keyword-rich URLs that are easy to read and understand.<br \/>\n&#45; **Site architecture**: Ensure your site is structured logically and has a clear hierarchy of pages.<br \/>\n&#45; **Internal linking**: Link to other relevant pages on your site to help search engines understand the context and relevance of your content.<br \/>\n&#45; **Mobile optimization**: Ensure your website is mobile-friendly and responsive.<br \/>\n&#45; **Page speed**: Optimize your website for speed by minimizing file sizes, compressing images, and using caching.<br \/>\n&#45; **Content quality**: Ensure your content is high-quality, original, and useful to your target audience.<br \/>\n&#45; **Backlinks**: Build high-quality backlinks from authoritative sources to improve your site&#8217;s authority and ranking.<br \/>\n&#45; **Technical SEO**: Ensure your website is technically optimized by fixing broken links, implementing schema markup, and using a sitemap.<\/p>\n    <\/div>\n    <div class=\"copy-template__bottom\"><\/div>\n  <\/div>\n  <button class=\"copy-template__copy btn btn-primary\">\n    <i class=\"icon-copy\"><\/i>\n    Copy the Template    <span class=\"copy-template__copied\">Copied<\/span>\n  <\/button>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Engineering &amp; Product teams Code Review Template DoD (Definition of Done) Template Management Team OKRs Template Stakeholders Annual Report Operations Team Vendor Evaluation Template Business Travel Management Template Human Resources Team Position Opening Template Onboarding Template Marketing Team Email Campaign Template SEO Research Template<\/p>\n","protected":false},"author":181780129,"featured_media":6487,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[1405],"tags":[],"coauthors":[1428],"class_list":["post-6333","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-atlassian-jira"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Free Processes Template Library - Titanapps<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/titanapps.io\/blog\/free-processes-template-library\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Free Processes Template Library - Titanapps\" \/>\n<meta property=\"og:description\" content=\"Engineering &amp; Product teams Code Review Template DoD (Definition of Done) Template Management Team OKRs Template Stakeholders Annual Report Operations Team Vendor Evaluation Template Business Travel Management Template Human Resources Team Position Opening Template Onboarding Template Marketing Team Email Campaign Template SEO Research Template\" \/>\n<meta property=\"og:url\" content=\"https:\/\/titanapps.io\/blog\/free-processes-template-library\" \/>\n<meta property=\"og:site_name\" content=\"Titanapps\" \/>\n<meta property=\"article:published_time\" content=\"2021-07-04T14:12:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-07-18T16:12:44+00:00\" \/>\n<meta name=\"author\" content=\"Yuliia Tkachenko\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Yuliia Tkachenko\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/titanapps.io\/blog\/free-processes-template-library\",\"url\":\"https:\/\/titanapps.io\/blog\/free-processes-template-library\",\"name\":\"Free Processes Template Library - Titanapps\",\"isPartOf\":{\"@id\":\"https:\/\/titanapps.io\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/titanapps.io\/blog\/free-processes-template-library#primaryimage\"},\"image\":{\"@id\":\"https:\/\/titanapps.io\/blog\/free-processes-template-library#primaryimage\"},\"thumbnailUrl\":\"https:\/\/titanapps.io\/blog\/wp-content\/uploads\/2025\/07\/Property-1Checklist-PlatformJira.svg\",\"datePublished\":\"2021-07-04T14:12:00+00:00\",\"dateModified\":\"2025-07-18T16:12:44+00:00\",\"author\":{\"@id\":\"https:\/\/titanapps.io\/blog\/#\/schema\/person\/87d44b5bc31f2d1505020afc965eca00\"},\"breadcrumb\":{\"@id\":\"https:\/\/titanapps.io\/blog\/free-processes-template-library#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/titanapps.io\/blog\/free-processes-template-library\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/titanapps.io\/blog\/free-processes-template-library#primaryimage\",\"url\":\"https:\/\/titanapps.io\/blog\/wp-content\/uploads\/2025\/07\/Property-1Checklist-PlatformJira.svg\",\"contentUrl\":\"https:\/\/titanapps.io\/blog\/wp-content\/uploads\/2025\/07\/Property-1Checklist-PlatformJira.svg\",\"width\":1267,\"height\":1364},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/titanapps.io\/blog\/free-processes-template-library#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/titanapps.io\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Free Processes Template Library\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/titanapps.io\/blog\/#website\",\"url\":\"https:\/\/titanapps.io\/blog\/\",\"name\":\"Titanapps\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/titanapps.io\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/titanapps.io\/blog\/#\/schema\/person\/87d44b5bc31f2d1505020afc965eca00\",\"name\":\"Yuliia Tkachenko\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/titanapps.io\/blog\/#\/schema\/person\/image\/ed8940d0a0883d3756cd7084508dc604\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/ae347ba9c7e014e79a56ad15d346937b?s=96&d=identicon&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/ae347ba9c7e014e79a56ad15d346937b?s=96&d=identicon&r=g\",\"caption\":\"Yuliia Tkachenko\"},\"description\":\"Marketing Manager at TitanApps. I\u2019m passionate about connecting people with smart tools that make work simpler and more efficient. From product launches to everyday workflows, I believe good communication can turn complexity into clarity. I enjoy creating content that helps teams do their best work \u2013 faster, easier, and with more impact.\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Free Processes Template Library - Titanapps","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/titanapps.io\/blog\/free-processes-template-library","og_locale":"en_US","og_type":"article","og_title":"Free Processes Template Library - Titanapps","og_description":"Engineering &amp; Product teams Code Review Template DoD (Definition of Done) Template Management Team OKRs Template Stakeholders Annual Report Operations Team Vendor Evaluation Template Business Travel Management Template Human Resources Team Position Opening Template Onboarding Template Marketing Team Email Campaign Template SEO Research Template","og_url":"https:\/\/titanapps.io\/blog\/free-processes-template-library","og_site_name":"Titanapps","article_published_time":"2021-07-04T14:12:00+00:00","article_modified_time":"2025-07-18T16:12:44+00:00","author":"Yuliia Tkachenko","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Yuliia Tkachenko","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/titanapps.io\/blog\/free-processes-template-library","url":"https:\/\/titanapps.io\/blog\/free-processes-template-library","name":"Free Processes Template Library - Titanapps","isPartOf":{"@id":"https:\/\/titanapps.io\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/titanapps.io\/blog\/free-processes-template-library#primaryimage"},"image":{"@id":"https:\/\/titanapps.io\/blog\/free-processes-template-library#primaryimage"},"thumbnailUrl":"https:\/\/titanapps.io\/blog\/wp-content\/uploads\/2025\/07\/Property-1Checklist-PlatformJira.svg","datePublished":"2021-07-04T14:12:00+00:00","dateModified":"2025-07-18T16:12:44+00:00","author":{"@id":"https:\/\/titanapps.io\/blog\/#\/schema\/person\/87d44b5bc31f2d1505020afc965eca00"},"breadcrumb":{"@id":"https:\/\/titanapps.io\/blog\/free-processes-template-library#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/titanapps.io\/blog\/free-processes-template-library"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/titanapps.io\/blog\/free-processes-template-library#primaryimage","url":"https:\/\/titanapps.io\/blog\/wp-content\/uploads\/2025\/07\/Property-1Checklist-PlatformJira.svg","contentUrl":"https:\/\/titanapps.io\/blog\/wp-content\/uploads\/2025\/07\/Property-1Checklist-PlatformJira.svg","width":1267,"height":1364},{"@type":"BreadcrumbList","@id":"https:\/\/titanapps.io\/blog\/free-processes-template-library#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/titanapps.io\/blog\/"},{"@type":"ListItem","position":2,"name":"Free Processes Template Library"}]},{"@type":"WebSite","@id":"https:\/\/titanapps.io\/blog\/#website","url":"https:\/\/titanapps.io\/blog\/","name":"Titanapps","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/titanapps.io\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/titanapps.io\/blog\/#\/schema\/person\/87d44b5bc31f2d1505020afc965eca00","name":"Yuliia Tkachenko","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/titanapps.io\/blog\/#\/schema\/person\/image\/ed8940d0a0883d3756cd7084508dc604","url":"https:\/\/secure.gravatar.com\/avatar\/ae347ba9c7e014e79a56ad15d346937b?s=96&d=identicon&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ae347ba9c7e014e79a56ad15d346937b?s=96&d=identicon&r=g","caption":"Yuliia Tkachenko"},"description":"Marketing Manager at TitanApps. I\u2019m passionate about connecting people with smart tools that make work simpler and more efficient. From product launches to everyday workflows, I believe good communication can turn complexity into clarity. I enjoy creating content that helps teams do their best work \u2013 faster, easier, and with more impact."}]}},"article_bg":"#D9DEEF","_links":{"self":[{"href":"https:\/\/titanapps.io\/blog\/wp-json\/wp\/v2\/posts\/6333"}],"collection":[{"href":"https:\/\/titanapps.io\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/titanapps.io\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/titanapps.io\/blog\/wp-json\/wp\/v2\/users\/181780129"}],"replies":[{"embeddable":true,"href":"https:\/\/titanapps.io\/blog\/wp-json\/wp\/v2\/comments?post=6333"}],"version-history":[{"count":30,"href":"https:\/\/titanapps.io\/blog\/wp-json\/wp\/v2\/posts\/6333\/revisions"}],"predecessor-version":[{"id":6490,"href":"https:\/\/titanapps.io\/blog\/wp-json\/wp\/v2\/posts\/6333\/revisions\/6490"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/titanapps.io\/blog\/wp-json\/wp\/v2\/media\/6487"}],"wp:attachment":[{"href":"https:\/\/titanapps.io\/blog\/wp-json\/wp\/v2\/media?parent=6333"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/titanapps.io\/blog\/wp-json\/wp\/v2\/categories?post=6333"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/titanapps.io\/blog\/wp-json\/wp\/v2\/tags?post=6333"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/titanapps.io\/blog\/wp-json\/wp\/v2\/coauthors?post=6333"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}